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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-04-22 04:44:42 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-04-22 04:44:42 +0300
commit860e30a3ca812e00425e61e9769e8010c67920e5 (patch)
treea3eda2a6564ea051deaef6fea792ffcfe29cfdec /.travis.yml
parentb0fda42d1d9d90e58bc95d0e8130b7a26dc67489 (diff)
Update travis.yml following the removal of sudo by default
See http://blog.travis-ci.com/2015-03-31-docker-default-on-the-way/
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 78def33e1c..73ebc84cd5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,6 +78,8 @@ matrix:
- php: hhvm
env: TEST_SUITE=AngularJSTests MYSQL_ADAPTER=PDO_MYSQL
+sudo: required
+
script: $PIWIK_ROOT_DIR/tests/travis/travis.sh
before_install: