From 00ec0ed8055dfd6541bb1d56da75612f517d8099 Mon Sep 17 00:00:00 2001 From: William Van Hevelingen Date: Fri, 26 Dec 2014 11:30:47 -0800 Subject: [PATCH] Disable sudo in .travis.yml to enable container builds 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 bd66c7d1c..675c467d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ --- +sudo: false language: ruby bundler_args: --without system_tests script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"