Add PHP 5.6 to the build matix of Travis-CI.

Builds are allowed to fail for now as PHP 5.6 is still in alpha stage.
This commit is contained in:
Daniele Alessandri
2014-02-11 16:34:40 +01:00
parent 26289f47ec
commit d89027d2da
+2
View File
@@ -3,6 +3,7 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
branches:
except:
@@ -14,5 +15,6 @@ services: redis-server
script: phpunit -c phpunit.xml.travisci
matrix:
allow_failures:
- php: 5.6
- php: hhvm
fast_finish: true