summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-30 15:37:08 -0700
committerTim Smith <tsmith@chef.io>2018-07-30 15:37:08 -0700
commitc192bf0b389a484d9aa9bd88f8831d92777a6d98 (patch)
tree2300d9209b8b8eb0d503835514f35a40b98230d1 /.travis.yml
parentd8ac69582731fc4d0f663be6c8c62aaf4371c6d3 (diff)
downloadmixlib-authentication-c192bf0b389a484d9aa9bd88f8831d92777a6d98.tar.gz
Move test deps to the gemfile and expand the rakefile
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d5193e2..8678de4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,4 +19,6 @@ branches:
only:
- master
-script: bundle exec rake ci
+bundler_args: --without docs development
+
+script: bundle exec rake