Merge pull request #399 from Nyholm/patch-1

Added PHP 5.6 and HHVM to travis.yml
This commit is contained in:
Progi1984 2014-07-09 21:17:28 +02:00
commit f3df66a971
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
script:
- phpunit -c ./unitTests/