Skip to content

Commit

Permalink
Merge pull request #470 from KorvinSzanto/patch-1
Browse files Browse the repository at this point in the history
Allow HHVM to fail so that tests can complete
  • Loading branch information
KorvinSzanto authored Mar 4, 2019
2 parents 9f567e0 + 4063740 commit c08a0f6
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 c08a0f6

Please sign in to comment.