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.
1 parent 0f92a67 commit d02b5c4Copy full SHA for d02b5c4
.travis.yml
@@ -17,15 +17,12 @@ matrix:
17
env: LARAVEL=5.6.* ORCHESTRA=3.6.*
18
- php: 7.2
19
20
- - php: hhvm
21
- env: HHVM=1 LARAVEL=5.4.* ORCHESTRA=3.4.*
22
23
allow_failures:
24
- env: COVERAGE=1
25
26
27
before_install:
28
- - if [[ $TRAVIS_PHP_VERSION != 7.1 ]] && [[ $TRAVIS_PHP_VERSION != hhvm ]] ; then phpenv config-rm xdebug.ini; fi
+ - if [[ $TRAVIS_PHP_VERSION != 7.0 ]] && [[ $TRAVIS_PHP_VERSION != hhvm ]] ; then phpenv config-rm xdebug.ini; fi
29
- travis_retry composer self-update
30
31
before_script:
0 commit comments