diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-01-27 12:47:32 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-01-27 14:08:42 -0800 |
commit | d1f6e6ca7a9a98bfac1d21f1c8d39e933b629d87 (patch) | |
tree | 8c19dd5eb60bad3dacc6f241fa6aa22ebe050606 /.travis.yml | |
parent | 5da606126b18c4559544ebea48a0b72c12ebe803 (diff) | |
download | chef-d1f6e6ca7a9a98bfac1d21f1c8d39e933b629d87.tar.gz |
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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |