Skip to content

Commit 3921012

Browse files
authored
Merge pull request #520 from justinrainbow/hhvm-allow-failures
Add HHVM to allow_failures in .travis.yml
2 parents 505b5e7 + b0aba3c commit 3921012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ matrix:
2323
dist: trusty
2424
allow_failures:
2525
- php: 'nightly'
26+
- php: hhvm
2627

2728
before_install:
2829
- if [[ "$WITH_COVERAGE" != "true" && "$TRAVIS_PHP_VERSION" != "hhvm" && "$TRAVIS_PHP_VERSION" != "nightly" && "$TRAVIS_PHP_VERSION" != "7.1" ]]; then phpenv config-rm xdebug.ini; fi

0 commit comments

Comments
 (0)