Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 10d318c

Browse files
committed
Update Travis configuration to only test > php 7
1 parent 0f857bd commit 10d318c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ cache:
77
- $HOME/.composer/cache/files
88

99
php:
10-
- 5.5
11-
- 5.6
1210
- 7.0
11+
- 7.1
12+
- 7.2
1313
- hhvm
1414

1515
env:
@@ -24,9 +24,6 @@ matrix:
2424
allow_failures:
2525
- php: hhvm
2626
fast_finish: true
27-
include:
28-
- php: 5.5
29-
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
3027

3128
before_install:
3229
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi

0 commit comments

Comments
 (0)