mirror of
https://github.com/predis/predis.git
synced 2026-08-27 18:51:07 +00:00
Updated travis.yml
This commit is contained in:
+4
-3
@@ -4,9 +4,6 @@ php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- hhvm
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
branches:
|
||||
except:
|
||||
- v0.5
|
||||
@@ -15,3 +12,7 @@ branches:
|
||||
- documentation
|
||||
services: redis-server
|
||||
script: phpunit -c phpunit.xml.travisci
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
fast_finish: true
|
||||
|
||||
Reference in New Issue
Block a user