Skip to content

Commit

Permalink
Adding HHVM to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 17, 2013
1 parent 83df558 commit 55f53ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm

before_script:
- composer self-update
Expand All @@ -18,3 +19,7 @@ script:

after_script:
- php vendor/bin/coveralls -v

matrix:
allow_failures:
- php: hhvm

0 comments on commit 55f53ba

Please sign in to comment.