We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f32fefe + 11ecae4 commit 036f86fCopy full SHA for 036f86f
.travis.yml
@@ -11,7 +11,8 @@ php:
11
- 5.5
12
- 5.6
13
- 7.0
14
- - hhvm
+ - 7.1
15
+ - 7.2
16
17
env:
18
global:
@@ -26,9 +27,11 @@ matrix:
26
27
include:
28
- php: 5.4
29
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30
+ - php: hhvm
31
+ dist: trusty
32
33
before_install:
- - if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
34
+ - if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini || true; fi
35
- travis_retry composer self-update
36
37
install:
0 commit comments