From 637f2c5ea47f424c723b28995a7b635a46e3d8c3 Mon Sep 17 00:00:00 2001 From: "dan@daramos.com" Date: Thu, 1 Jan 2015 02:00:29 -0500 Subject: [PATCH] Allow travis to use newer-faster infrastructure for building. 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 26199005298..03e38f4e0c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ # RVM/bundler/ruby and whatnot. Right now 'rust' as a language actually # downloads a rust/cargo snapshot, which we don't really want for building rust. language: c +sudo: false # The test suite is in general way too stressful for travis, especially in # terms of time limit and reliability. In the past we've tried to scale things