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 /.travis.yml
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 '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6b3e709eab..2d48f8a983 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -132,7 +132,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