Skip to content

Commit

Permalink
Updating travis build to supporting hph 5.6 and hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
skymeyer committed Apr 19, 2014
1 parent 1dad48d commit 9bf733e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

matrix:
allow_failures:
- php: 5.6
- php: hhvm

before_script:
- composer self-update
- composer install --dev --prefer-source

script:
Expand Down

0 comments on commit 9bf733e

Please sign in to comment.