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 /plugins/TestRunner
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 'plugins/TestRunner')
-rw-r--r--plugins/TestRunner/templates/travis.yml.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TestRunner/templates/travis.yml.twig b/plugins/TestRunner/templates/travis.yml.twig
index eb46330fd4..3f8c221f5d 100644
--- a/plugins/TestRunner/templates/travis.yml.twig
+++ b/plugins/TestRunner/templates/travis.yml.twig
@@ -61,6 +61,8 @@ matrix:
{{ existingMatrix|trim|raw }}
{% endif %}
+sudo: required
+
script: {{ travisShScriptLocation }}
before_install: