Removed support for PHP5.4 and 5.5.

This is no longer necessary as FuzeWorks simply doesn't support it anymore.
This commit is contained in:
Abel Hoogeveen 2016-07-07 13:54:52 +02:00
parent 9b054276c1
commit 5d19a1c4dc
1 changed files with 0 additions and 20 deletions

View File

@ -18,26 +18,6 @@ build:composer:
paths:
- vendor/
test:5.4:
image: php:5.4
script:
- vendor/bin/phpunit -c tests/phpunit.xml --coverage-text
cache:
key: "$CI_BUILD_REF/$CI_BUILD_REF_NAME"
paths:
- vendor/
allow_failure: true
test:5.5:
image: php:5.5
script:
- vendor/bin/phpunit -c tests/phpunit.xml --coverage-text
cache:
key: "$CI_BUILD_REF/$CI_BUILD_REF_NAME"
paths:
- vendor/
allow_failure: true
test:5.6:
stage: test
image: php:5.6