Skip to content

Commit

Permalink
run build against hhvm but allow them to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Mar 4, 2014
1 parent eb4bcbf commit a58a63f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,13 @@ php:
- 5.4
- 5.5
- 5.6
- hhvm

# run build against hhvm but allow them to fail
# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
matrix:
allow_failures:
- php: hhvm

services:
- redis-server
Expand Down

0 comments on commit a58a63f

Please sign in to comment.