Skip to content

Commit

Permalink
Added PHP 5.6 and HHVM to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jul 14, 2014
1 parent 912ca53 commit a92282b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

matrix:
allow_failures:
- php: hhvm

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

0 comments on commit a92282b

Please sign in to comment.