From adf9634b7154ea07c4872155763ab062dc10fc4a Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Wed, 18 Mar 2015 15:51:37 -0700 Subject: [PATCH] Linux open-source builds are regularly maxed out. Container-based are not. Let's switch! --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ec6f08d..8b374e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ --- language: ruby +sudo: false bundler_args: --without system_tests script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" matrix: -- 2.45.2