Skip to content

Commit

Permalink
allow failures for hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Sep 7, 2016
1 parent 89b19e0 commit b53bd56
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 @@ -16,6 +16,10 @@ cache:
directories:
- $HOME/.composer/cache

matrix:
allow_failures:
- php: hhvm

before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
Expand Down

0 comments on commit b53bd56

Please sign in to comment.