Skip to content

Commit

Permalink
May fails with HHVM (array const…)
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Mar 5, 2017
1 parent 0921bcd commit 342e8ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ php:
- 7.1
- hhvm

matrix:
allow_failures:
- php: hhvm

before_script:
- if [[ $TRAVIS_PHP_VERSION != "5.6" ]]; then COMPOSER_ROOT_VERSION=4.0 composer install; fi
- if [[ $TRAVIS_PHP_VERSION = "5.6" ]]; then COMPOSER_ROOT_VERSION=4.0 composer require satooshi/php-coveralls; fi
Expand Down

0 comments on commit 342e8ae

Please sign in to comment.