We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32fefe commit 8b4ac28Copy full SHA for 8b4ac28
1 file changed
.travis.yml
@@ -11,7 +11,7 @@ php:
11
- 5.5
12
- 5.6
13
- 7.0
14
- - hhvm
+ - 7.1
15
16
env:
17
global:
@@ -26,6 +26,8 @@ matrix:
26
include:
27
- php: 5.4
28
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
29
+ - php: hhvm
30
+ dist: trusty
31
32
before_install:
33
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
0 commit comments