summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-09-03 06:53:35 +0200
committerest31 <MTest31@outlook.com>2015-09-06 05:40:15 +0200
commit31b6d2678455c0b3de7f4b97c9607388b06c8f8c (patch)
tree115ea00f53fbc5d45a3029c1a1e281ded309c19a /.travis.yml
parent588f0c1fb03db162c573ac92b13f0de465e3040c (diff)
downloadminetest-31b6d2678455c0b3de7f4b97c9607388b06c8f8c.tar.gz
minetest-31b6d2678455c0b3de7f4b97c9607388b06c8f8c.tar.bz2
minetest-31b6d2678455c0b3de7f4b97c9607388b06c8f8c.zip
Fix occasionally failing travis builds
We require sudo right now, tell this travis, so that they don't try to run it on their container based infrastructure.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d17af5463..d7ee23876 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ env:
- PLATFORM=Linux
before_install: ./util/travis/before_install.sh
script: ./util/travis/script.sh
+sudo: required
notifications:
email: false
matrix: