Skip to content

Commit

Permalink
Fix travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Sep 24, 2016
1 parent 0a97ae3 commit 4bda2d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ php:

matrix:
allow_failures:
- php: nightly
- php: hhvm-3.12
- php: hhvm-nightly

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

before_script:
- if [[ $TRAVIS_PHP_VERSION != hhvm* ]]; then coverage="--coverage-xml"; fi
- if [[ $TRAVIS_PHP_VERSION != hhvm* ]] && [[ $TRAVIS_PHP_VERSION != *nightly ]]; then coverage="--coverage-xml"; fi
- vendor/bin/codecept build

script:
Expand Down

0 comments on commit 4bda2d0

Please sign in to comment.