Skip to content

Commit

Permalink
Fix travis config to allow HHVM failures
Browse files Browse the repository at this point in the history
HHVM 3.3.0 is failing builds because of the version of PCRE
on the system.
  • Loading branch information
giggsey committed Oct 30, 2014
1 parent f8bc895 commit 5acfffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: php

matrix:
allow_failures:
- hhvm
- php: hhvm

php:
- 5.3
Expand Down

0 comments on commit 5acfffd

Please sign in to comment.