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 <benakamoorthi@fastmail.fm>2014-08-21 06:51:27 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-21 06:51:27 +0400
commit3a00cb264448b4cfb9bbec92740e6b4d1610d146 (patch)
tree82cdba368ba2208c7dc7fd313c46aa53836c0eb4 /.travis.yml
parented791354406b17f4024b0612d7c4924cdd5e5455 (diff)
Try to avoid random failures when installing python 2.6 in travis.
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 5c91cdccf7..767a62f8b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -121,7 +121,7 @@ before_script:
# Make sure we use Python 2.6
- travis_retry sudo add-apt-repository ppa:fkrull/deadsnakes -y
- travis_retry sudo apt-get update
- - travis_retry sudo apt-get install python2.6 python2.6-dev
+ - travis_retry sudo apt-get install python2.6 python2.6-dev -y --force-yes
# Log Analytics works with Python 2.6 or 2.7 but we want to test on 2.6
- python2.6 --version