Merge pull request #399 from Nyholm/patch-1
Added PHP 5.6 and HHVM to travis.yml
This commit is contained in:
commit
f3df66a971
@ -6,6 +6,12 @@ php:
|
|||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
- 5.6
|
||||||
|
- hhvm
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: hhvm
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit -c ./unitTests/
|
- phpunit -c ./unitTests/
|
||||||
|
Loading…
Reference in New Issue
Block a user