Skip to content

Commit 4bda2d0

Browse files
committed
Fix travis configuration
1 parent 0a97ae3 commit 4bda2d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ php:
1313

1414
matrix:
1515
allow_failures:
16+
- php: nightly
1617
- php: hhvm-3.12
1718
- php: hhvm-nightly
1819

@@ -26,7 +27,7 @@ install:
2627
- travis_retry composer update --no-interaction --prefer-source
2728

2829
before_script:
29-
- 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
3031
- vendor/bin/codecept build
3132

3233
script:

0 commit comments

Comments
 (0)