From 31b6d2678455c0b3de7f4b97c9607388b06c8f8c Mon Sep 17 00:00:00 2001 From: est31 Date: Thu, 3 Sep 2015 06:53:35 +0200 Subject: 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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d17af5463..d7ee23876 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: -- cgit v1.2.3