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: services:
- redis:latest - 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: test:7:
before_script: before_script:
- bash build/docker_install.sh > /dev/null - bash build/docker_install.sh > /dev/null

View File

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