mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
19 lines
261 B
YAML
19 lines
261 B
YAML
language: php
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- hhvm
|
|
branches:
|
|
except:
|
|
- v0.5
|
|
- v0.6
|
|
- php5.2_backport
|
|
- documentation
|
|
services: redis-server
|
|
script: phpunit -c phpunit.xml.travisci
|
|
matrix:
|
|
allow_failures:
|
|
- php: hhvm
|
|
fast_finish: true
|