summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-15 11:26:53 -0800
committerTim Smith <tsmith@chef.io>2018-11-15 11:36:10 -0800
commitc4e01b2a9cdfac71de90a5a26a488c2750bf301b (patch)
treeb63d55dcf9fe9087f9e97495b735ce95b9ce3af0 /.travis.yml
parentdd72cf898377d4bf1356f9ce82db626c717a35dd (diff)
downloadchef-zero-c4e01b2a9cdfac71de90a5a26a488c2750bf301b.tar.gz
Cleanup gemfile and Rakefile
Add the debug group we use elsewhere Remove requires in Rakefile we don't need Don't install pry and friends in travis to speed things up Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6cd4478..9ae51eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ before_install:
sudo: false
language: ruby
cache: bundler
+bundler_args: --jobs 7 --without debug
script:
- bundle update