Update CI tools to exclude old PHP versions

This commit is contained in:
Timothy Warren 2016-11-01 09:08:31 -04:00
parent 5890f14c50
commit a003044510
2 changed files with 0 additions and 11 deletions

View File

@ -8,16 +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 update
- php composer.phar install
image: php:5.6
script:
- vendor/bin/phpunit --coverage-text --colors=never
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,7 +4,6 @@ install:
- composer install - composer install
php: php:
- 5.6
- 7 - 7
- hhvm - hhvm
- nightly - nightly