Skip to content

Commit

Permalink
Run Travis tests against HHVM too
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Mar 13, 2015
1 parent 25bb4a4 commit b30b221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm
- hhvm-nightly

matrix:
allowed_failures:
- php: 7.0
- php: hhvm-nightly

before_script:
- composer install --no-interaction --prefer-source
Expand Down

0 comments on commit b30b221

Please sign in to comment.