Skip to content

Commit

Permalink
Allow HHVM to fail (because of nette/neon 2.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Aug 13, 2016
1 parent a9ea02e commit dbe37f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ php:
- hhvm-3.12
- hhvm-nightly

matrix:
allow_failures:
- php: hhvm-3.12
- php: hhvm-nightly

before_install:
- echo $TRAVIS_PHP_VERSION
- travis_retry composer self-update

install:
Expand Down

0 comments on commit dbe37f7

Please sign in to comment.