Skip to content

Commit 31b6d26

Browse files
committedSep 6, 2015
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.
1 parent 588f0c1 commit 31b6d26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
- PLATFORM=Linux
99
before_install: ./util/travis/before_install.sh
1010
script: ./util/travis/script.sh
11+
sudo: required
1112
notifications:
1213
email: false
1314
matrix:

0 commit comments

Comments
 (0)
Please sign in to comment.