Skip to content

Commit

Permalink
Travis CI : Allowed failure on HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jan 28, 2014
1 parent 8ded928 commit 49d7897
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ php:
- 5.5
## @reference https://github.com/travis-ci/travis-ci/issues/1749
- hhvm

matrix:
allow_failures:
- php: hhvm

before_script:
## Composer
- curl -s http://getcomposer.org/installer | php
Expand Down

0 comments on commit 49d7897

Please sign in to comment.