From d1f6e6ca7a9a98bfac1d21f1c8d39e933b629d87 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 27 Jan 2016 12:47:32 -0800 Subject: bundle install without maintenance and others if we don't test this here, then when the jenkins ci cluster runs it we may error in the Rakefile when it tries to require a gem which is not in the bundle that is installed there --without several gems. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 976debaace..be50c6bea4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,10 +31,13 @@ matrix: include: - rvm: 2.1 sudo: true + bundler_args: --without server docgen maintenance - rvm: 2.2 sudo: true + bundler_args: --without server docgen maintenance - rvm: rbx sudo: true + bundler_args: --without server docgen maintenance - rvm: 2.2 env: "GEMFILE_MOD=\"gem 'chef-zero', github: 'chef/chef-zero'\"" script: bundle exec rake chef_zero_spec -- cgit v1.2.1