projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
588f0c1
)
Fix occasionally failing travis builds
author
est31
<MTest31@outlook.com>
Thu, 3 Sep 2015 04:53:35 +0000
(06:53 +0200)
committer
est31
<MTest31@outlook.com>
Sun, 6 Sep 2015 03:40:15 +0000
(
05:40
+0200)
We require sudo right now, tell this travis, so that they don't try to
run it on their container based infrastructure.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index d17af5463cb96c5325a58180f63ba30db44eb07e..d7ee23876895eb72bdc15365ed9b62797a9783be 100644
(file)
--- 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: