Revert "Bring travis config up to date"

This commit is contained in:
Till Krüss
2020-08-10 13:31:03 -07:00
committed by GitHub
parent 292604edbf
commit 55e6094954
+3 -4
View File
@@ -1,19 +1,18 @@
language: php
os: linux
dist: xenial
sudo: false
branches:
except:
- v0.5
- v0.6
- v0.6-PHP_5.2
- documentation
services: redis
services: redis-server
before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
script:
- vendor/bin/phpunit -c phpunit.xml.travisci
jobs:
matrix:
fast_finish: true
include:
- php: 5.3