From d6e04480b59ed2a360137802cd6882d6d56b7c67 Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Wed, 10 Dec 2014 12:47:46 -0500 Subject: [PATCH] travis: enable container-based builds Jobs running on container-based infrastructure: 1. start up faster 2. allow the use of caches for public repositories 3. disallow the use of sudo, setuid and setgid executables http://docs.travis-ci.com/user/workers/container-based-infrastructure/ --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1929967..520e489 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ branches: except: - refactor - gh-pages +sudo: false language: ruby script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" bundler_args: --without rake