Skip to content

Commit

Permalink
Merge pull request #111 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Added more PHP versions and HHVM
  • Loading branch information
pilot committed Jul 8, 2014
2 parents e2c38ab + 40dd204 commit 3f2fe97
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 3f2fe97

Please sign in to comment.