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>2014-06-26 17:18:50 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-26 17:18:50 +0400
commit5310ff4b4d10b48541e9e1a99edcf4ecc6196938 (patch)
treed0cbccdd094805c6a320a36f1357a0acded2e765 /.travis.yml
parent3ec741d9a05e3edc50a9c8a15bd0a048801ed133 (diff)
attempting to remove one cause of random build failure eg.
https://travis-ci.org/piwik/piwik/jobs/28488319
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 b2ce49f9e5..56b72174fa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -93,9 +93,9 @@ before_script:
- php -r "var_dump(gd_info());"
- mysql -e 'create database piwik_tests;'
# Make sure we use Python 2.6
- - sudo add-apt-repository ppa:fkrull/deadsnakes -y
+ - travis_retry sudo add-apt-repository ppa:fkrull/deadsnakes -y
- travis_retry sudo apt-get update
- - sudo apt-get install python2.6 python2.6-dev
+ - travis_retry sudo apt-get install python2.6 python2.6-dev
# Log Analytics works with Python 2.6 or 2.7 but we want to test on 2.6
- python2.6 --version
- python --version