Skip to content

Commit a0bbf74

Browse files
authored
Update travis to drop PHP 5.4
1 parent aff9e2f commit a0bbf74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cache:
77
- $HOME/.composer/cache
88

99
php:
10-
- 5.4
1110
- 5.5
1211
- 5.6
1312
- 7.0
@@ -24,7 +23,7 @@ branches:
2423
matrix:
2524
fast_finish: true
2625
include:
27-
- php: 5.4
26+
- php: 5.5
2827
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
2928

3029
before_install:

0 commit comments

Comments
 (0)