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-04 06:43:55 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-04 06:43:55 +0400
commitce28aec0bf06fc3c31586564574b5c6535030cb1 (patch)
treed8030895fc0ed1fa6a47e621dc5a44476541d8ee /.travis.yml
parent858f0bac2f464b83ce1884a2be35949f42c373be (diff)
Assume Yes to all queries to prevent stalled build
eg https://travis-ci.org/piwik/piwik/jobs/26724811
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 928fd4906b..1331b58057 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -93,7 +93,7 @@ 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
+ - sudo add-apt-repository ppa:fkrull/deadsnakes -y
- sudo apt-get update
- 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