Skip to content

Commit

Permalink
Allow HHVM to fail so that tests can complete
Browse files Browse the repository at this point in the history
HHVM is failing due to an issue with composer. Let's just ignore HHVM failures for now and decide what to do with it later.
  • Loading branch information
KorvinSzanto authored Mar 2, 2019
1 parent 9f567e0 commit 4063740
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ matrix:
- php: hhvm
dist: trusty

allow_failures:
- php: hhvm

install:
- travis_retry composer install --no-interaction --prefer-source

Expand Down

0 comments on commit 4063740

Please sign in to comment.