From b7dca5a15f0b84beedd0e6b5eb75b2c02ba8790d Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Fri, 17 Oct 2014 17:05:31 +1300 Subject: Removed tests for PHP 5.4 and 5.5. We only test for 5.3.3 and 5.6. --- plugins/CoreConsole/templates/travis.yml.twig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/CoreConsole/templates/travis.yml.twig b/plugins/CoreConsole/templates/travis.yml.twig index bb65b9e49a..36b741af45 100644 --- a/plugins/CoreConsole/templates/travis.yml.twig +++ b/plugins/CoreConsole/templates/travis.yml.twig @@ -12,12 +12,9 @@ language: php {% if phpVersions|default is empty %} -# We want to test against PHP 5.3.3/5.4/5.5 php: - - 5.4 - - 5.3.3 - 5.6 - - 5.5 + - 5.3.3 # - hhvm {% else %} php: -- cgit v1.2.3