Skip to content

Commit

Permalink
Merge pull request nelmio#79 from staabm/patch-1
Browse files Browse the repository at this point in the history
Added hhvm to travis
  • Loading branch information
Seldaek committed Jan 1, 2014
2 parents e3f5a1c + 408de4a commit ca1d774
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 @@ -4,9 +4,14 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm

before_script:
- curl -s http://getcomposer.org/installer | php -- --quiet
- php composer.phar install --dev --prefer-source

script: vendor/bin/phpunit

matrix:
allow_failures:
- php: hhvm

0 comments on commit ca1d774

Please sign in to comment.