Skip to content

Commit

Permalink
allow failures HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jun 16, 2017
1 parent aa3be63 commit 1720e5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ matrix:
include:
- php: 5.5
env: COVERAGE=1
allow_failures:
- php: hhvm

before_install:
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ "$COVERAGE" != "1" ]; then phpenv config-rm xdebug.ini; fi;
Expand Down

0 comments on commit 1720e5c

Please sign in to comment.