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 0a97ae3 commit 4bda2d0Copy full SHA for 4bda2d0
.travis.yml
@@ -13,6 +13,7 @@ php:
13
14
matrix:
15
allow_failures:
16
+ - php: nightly
17
- php: hhvm-3.12
18
- php: hhvm-nightly
19
@@ -26,7 +27,7 @@ install:
26
27
- travis_retry composer update --no-interaction --prefer-source
28
29
before_script:
- - if [[ $TRAVIS_PHP_VERSION != hhvm* ]]; then coverage="--coverage-xml"; fi
30
+ - if [[ $TRAVIS_PHP_VERSION != hhvm* ]] && [[ $TRAVIS_PHP_VERSION != *nightly ]]; then coverage="--coverage-xml"; fi
31
- vendor/bin/codecept build
32
33
script:
0 commit comments