mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00: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:
parent
588f0c1fb0
commit
31b6d26784
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue