mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
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.
This commit is contained in:
@ -8,6 +8,7 @@ env:
|
|||||||
- PLATFORM=Linux
|
- PLATFORM=Linux
|
||||||
before_install: ./util/travis/before_install.sh
|
before_install: ./util/travis/before_install.sh
|
||||||
script: ./util/travis/script.sh
|
script: ./util/travis/script.sh
|
||||||
|
sudo: required
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Reference in New Issue
Block a user