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 /.travis.yml
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 '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 481aad01a2..91da32e06b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ language: php
php:
- 5.6
- - 5.3.3
+ - 5.3
# - hhvm
services:
@@ -145,7 +145,7 @@ before_script:
- ./tests/travis/prepare.sh
- ./tests/travis/setup_webserver.sh
- - export GENERATE_TRAVIS_YML_COMMAND="php ./console generate:travis-yml --core --verbose"
+ - export GENERATE_TRAVIS_YML_COMMAND="php ./console generate:travis-yml --core"
- ./tests/travis/autoupdate_travis_yml.sh
- cd tests/PHPUnit