mirror of
https://github.com/predis/predis.git
synced 2026-08-28 03:02:04 +00:00
Add PHP 5.5 to the CI build matrix and switch to branch blacklisting.
This commit is contained in:
+6
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user