Bring travis config up to date

This commit is contained in:
Hannes Van De Vreken
2020-07-29 03:33:50 +02:00
committed by GitHub
parent 111d100ee3
commit 6e7dbe05fb
+4 -3
View File
@@ -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