From a0030445109ae82d762cd0a8871ca3dc221792b7 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 1 Nov 2016 09:08:31 -0400 Subject: [PATCH] Update CI tools to exclude old PHP versions --- .gitlab-ci.yml | 10 ---------- .travis.yml | 1 - 2 files changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f51368..1ba4f00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/.travis.yml b/.travis.yml index 6ee189b..1d3cc02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ install: - composer install php: - - 5.6 - 7 - hhvm - nightly