Skip to content

Commit

Permalink
Added more PHP versions and HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jul 8, 2014
1 parent e2c38ab commit 40dd204
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ php:
- 5.3.3
- 5.3
- 5.4

- 5.5
- 5.6
- hhvm

matrix:
allow_failures:
- php: hhvm

before_script:
- php bin/vendors.php

script: phpunit -c tests
script: phpunit -c tests

0 comments on commit 40dd204

Please sign in to comment.