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

View File

@ -4,7 +4,6 @@ install:
- composer install
php:
- 5.6
- 7
- hhvm
- nightly