summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-09 11:24:54 -0700
committerTim Smith <tsmith@chef.io>2018-09-09 11:24:54 -0700
commit1e20788e2dc315e8ebf8331ca6abfba24d0d7605 (patch)
treecd297753d877a08dd017d88fde2be3ccaeda7b7b /.travis.yml
parent901d003e42839145fe099172a6c56d2432c824ad (diff)
downloadohai-1e20788e2dc315e8ebf8331ca6abfba24d0d7605.tar.gz
More rake / Travis updatesrakefile
Add the gem groups, speed up Travis installs, update the readme tasks documentation. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 171aa74b..25a09de6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: ruby
cache: bundler
-dist: trusty
sudo: false
@@ -9,6 +8,8 @@ branches:
- master
- 13-stable
+bundler_args: --jobs 7 --without docs debug
+
before_install:
- gem --version
- rvm @global do gem uninstall bundler -a -x -I || true