Skip to content

Commit

Permalink
Add HHVM for .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuya-takeyama committed Jul 11, 2014
1 parent 4de78cd commit 596ce9d
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,11 @@ php:
- 5.4
- 5.5
- 5.6
- hhvm

matrix:
allow_failures:
- php: hhvm

before_script:
- composer install
Expand Down

0 comments on commit 596ce9d

Please sign in to comment.