From c83883d976ee800cd19c3b6cec237ddea282f5b9 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 27 May 2015 15:38:49 +0200 Subject: [PATCH] Fix Travis At some point Travis apparently decided to set the default of the `sudo` option to `false`. But that would mean I had to whitelist every package, which is not acceptable. http://docs.travis-ci.com/user/workers/container-based-infrastructure/ --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2bccf62..002156b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: true language: python python: - "2.7"