Skip to content

Commit e4bb26c

Browse files
authored
Update .travis.yml
1 parent 9027dda commit e4bb26c

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
@@ -9,7 +9,6 @@ cache:
99
php:
1010
- 7.0
1111
- 7.1
12-
- hhvm
1312

1413
env:
1514
global:
@@ -22,7 +21,7 @@ branches:
2221
matrix:
2322
fast_finish: true
2423
include:
25-
- php: 5.5
24+
- php: 7.0
2625
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
2726

2827
before_install:

0 commit comments

Comments
 (0)