Skip to content

Commit

Permalink
Merge pull request #24 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Added PHP 5.6 and HHVM to travis.yml
  • Loading branch information
baldurrensch committed Jul 14, 2014
2 parents 912ca53 + a92282b commit ccb1bbf
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 ccb1bbf

Please sign in to comment.