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:
authordiosmosis <benaka@piwik.pro>2015-07-17 00:31:07 +0300
committerdiosmosis <benaka@piwik.pro>2015-07-17 00:31:07 +0300
commitb8fb7ca97d076d59d9b7455edd108a692d29b164 (patch)
treedc37414f9a9f886d00b859d633acb1280033ddc0 /plugins/TestRunner
parent25d4c5dd0951df70ea62b5fb51620fbca54b765f (diff)
Don't run the python 2.6 script on travis if script does not exist (for testing plugins against older Piwik versions).
Diffstat (limited to 'plugins/TestRunner')
-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 05ed06dc69..8a40b3b846 100644
--- a/plugins/TestRunner/templates/travis.yml.twig
+++ b/plugins/TestRunner/templates/travis.yml.twig
@@ -160,7 +160,7 @@ before_script:
- mysql -e 'create database piwik_tests;'
# Make sure we use Python 2.6
- - ./tests/travis/install_python_2.6.sh
+ - '[ ! -f ./tests/travis/install_python_2.6.sh ] || ./tests/travis/install_python_2.6.sh'
- ./tests/travis/prepare.sh
- ./tests/travis/setup_webserver.sh