diff options
author | est31 <MTest31@outlook.com> | 2015-09-03 06:53:35 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-09-06 05:40:15 +0200 |
commit | 31b6d2678455c0b3de7f4b97c9607388b06c8f8c (patch) | |
tree | 115ea00f53fbc5d45a3029c1a1e281ded309c19a | |
parent | 588f0c1fb03db162c573ac92b13f0de465e3040c (diff) | |
download | minetest-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.
-rw-r--r-- | .travis.yml | 1 |
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: |