Skip to content

Commit 6b8fc3d

Browse files
committed
Fix travis configuration
1 parent 27fb653 commit 6b8fc3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727
- travis_retry composer update --no-interaction --prefer-source
2828

2929
before_script:
30-
- 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
3131
- vendor/bin/codecept build
3232

3333
script:

0 commit comments

Comments
 (0)