Update .travis.yml

Add PHP 5.5 to Travis-CI testing and allow it to fail.
This commit is contained in:
Joseph Bielawski 2013-01-04 09:48:20 +01:00
parent 66b5818cf9
commit f4ce2f1a40

View File

@ -4,5 +4,10 @@ php:
- 5.3.3
- 5.3
- 5.4
- 5.5
matrix:
allow_failures:
- php: 5.5
before_script: php vendors.php