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:
authormattab <matthieu.aubry@gmail.com>2015-03-02 00:49:49 +0300
committermattab <matthieu.aubry@gmail.com>2015-03-02 00:50:01 +0300
commit14ede46d9e5d8bcb6e05c318fa608aa365d55928 (patch)
treee17c83b635e9f23d2f59312de6790ff147b776e2 /plugins
parentd556d333e4fcfccfbe9298c778670f548bd56862 (diff)
Run the Travis CI build on PHP 5.3.* instead of 5.3.3
This may help our random failures on 5.3.3 -> we need green build on master at all times and can't afford those random 5.3.3 failures
Diffstat (limited to 'plugins')
-rw-r--r--plugins/TestRunner/templates/travis.yml.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TestRunner/templates/travis.yml.twig b/plugins/TestRunner/templates/travis.yml.twig
index 0d2e53714e..1971674108 100644
--- a/plugins/TestRunner/templates/travis.yml.twig
+++ b/plugins/TestRunner/templates/travis.yml.twig
@@ -14,7 +14,7 @@ language: php
{% if phpVersions|default is empty %}
php:
- 5.6
- - 5.3.3
+ - 5.3
# - hhvm
{% else %}
php: