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