From fce68d805c671f2349ab69c810fff0f0985ddab1 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 192996793..520e4893f 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