From bc7725d50f524b0afd3e9e54eeb63fb87ea35d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Wed, 5 Aug 2015 17:38:15 +0200 Subject: [PATCH] travis: upgrade to container-based infrastructure since we don't need sudo, say so and get magic speedups! --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1f369fd..65e08bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,4 @@ notifications: skip_join: true on_success: never on_failure: always +sudo: false