Update CI tools to exclude old PHP versions

This commit is contained in:
Timothy Warren 2016-11-01 09:10:11 -04:00
parent 27f66cfea3
commit bc0452aa2f
2 changed files with 0 additions and 12 deletions

View File

@ -8,15 +8,6 @@ cache:
services:
- redis:latest
test:5.6:
before_script:
- bash build/docker_install.sh > /dev/null
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install --no-dev
image: php:5.6
script:
- phpunit -c build
test:7:
before_script:
- bash build/docker_install.sh > /dev/null

View File

@ -4,8 +4,6 @@ install:
- composer install
php:
- 5.5
- 5.6
- 7
- hhvm
- nightly
@ -22,7 +20,6 @@ after_script:
matrix:
allow_failures:
- php: 5.5
- php: nightly
- php: hhvm