Fix occasionally failing travis builds
authorest31 <MTest31@outlook.com>
Thu, 3 Sep 2015 04:53:35 +0000 (06:53 +0200)
committerest31 <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

index d17af5463cb96c5325a58180f63ba30db44eb07e..d7ee23876895eb72bdc15365ed9b62797a9783be 100644 (file)
@@ -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: