Skip to content

Commit

Permalink
Fix occasionally failing travis builds
Browse files Browse the repository at this point in the history
We require sudo right now, tell this travis, so that they don't try to
run it on their container based infrastructure.
  • Loading branch information
est31 committed Sep 6, 2015
1 parent 588f0c1 commit 31b6d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 31b6d26

Please sign in to comment.