Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-10-17 08:05:31 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-17 08:05:49 +0400
commitb7dca5a15f0b84beedd0e6b5eb75b2c02ba8790d (patch)
treeb2680a5e41215d1f200fd438dc0ba68ee26f7398
parent1edd13797913435c23d10506378b443e61bb426c (diff)
Removed tests for PHP 5.4 and 5.5. We only test for 5.3.3 and 5.6.
-rw-r--r--plugins/CoreConsole/templates/travis.yml.twig5
1 files changed, 1 insertions, 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: