From 8e3ad9e676838a5cb704f9a230f1925c973fab34 Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Sat, 21 Mar 2015 20:57:15 +0100 Subject: [PATCH] chore(build): Enable building hyper in docker containers on travis By stating that hyper does not need sudo to build it can be compiled in a container: http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ba3b28b1..85283ef3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: rust +sudo: false script: - cargo build