Update CI tools to exclude old PHP versions
This commit is contained in:
parent
5890f14c50
commit
a003044510
@ -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
|
||||
|
@ -4,7 +4,6 @@ install:
|
||||
- composer install
|
||||
|
||||
php:
|
||||
- 5.6
|
||||
- 7
|
||||
- hhvm
|
||||
- nightly
|
||||
|
Loading…
Reference in New Issue
Block a user