mirror of
https://github.com/predis/predis.git
synced 2026-09-15 12:57:10 +00:00
Bring travis config up to date
This commit is contained in:
committed by
GitHub
parent
111d100ee3
commit
6e7dbe05fb
+4
-3
@@ -1,18 +1,19 @@
|
||||
language: php
|
||||
sudo: false
|
||||
os: linux
|
||||
dist: xenial
|
||||
branches:
|
||||
except:
|
||||
- v0.5
|
||||
- v0.6
|
||||
- v0.6-PHP_5.2
|
||||
- documentation
|
||||
services: redis-server
|
||||
services: redis
|
||||
before_script:
|
||||
- composer self-update
|
||||
- composer install --no-interaction --prefer-source --dev
|
||||
script:
|
||||
- vendor/bin/phpunit -c phpunit.xml.travisci
|
||||
matrix:
|
||||
jobs:
|
||||
fast_finish: true
|
||||
include:
|
||||
- php: 5.3
|
||||
|
||||
Reference in New Issue
Block a user