Skip to content

Commit

Permalink
add hhvm test for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
DQNEO committed Apr 29, 2015
1 parent a2c4da6 commit a05c37e
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 @@ -4,6 +4,12 @@ php:
- 5.6
- 5.5
- 5.4
- hhvm

install: composer install --no-interaction

script: phpunit

matrix:
allow_failures:
- php: hhvm

0 comments on commit a05c37e

Please sign in to comment.