From 2e980e880998ec452a824151f97c648225e39f68 Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Tue, 27 Jan 2015 20:25:49 -0500 Subject: [PATCH] Opt in to container-based Travis CI builds This should provide faster build startup times, and will also allow caching between builds if that seems useful. See http://docs.travis-ci.com/user/workers/container-based-infrastructure/ for details. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a0107f02..27600aff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false branches: except: - servo