Add PHP 5.5 to the CI build matrix and switch to branch blacklisting.

This commit is contained in:
Daniele Alessandri
2013-01-19 11:16:20 +01:00
parent 8bf896f81f
commit 3465bc7c1f
+6 -4
View File
@@ -2,10 +2,12 @@ language: php
php:
- 5.3
- 5.4
- 5.5
branches:
only:
- master
- v0.7
- v0.8
except:
- v0.5
- v0.6
- php5.2_backport
- documentation
services: redis-server
script: phpunit -c phpunit.xml.travisci