We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fb653 commit 6b8fc3dCopy full SHA for 6b8fc3d
1 file changed
.travis.yml
@@ -27,7 +27,7 @@ install:
27
- travis_retry composer update --no-interaction --prefer-source
28
29
before_script:
30
- - if [[ $TRAVIS_PHP_VERSION != hhvm* ]]; then coverage="--coverage-xml"; fi
+ - 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