summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-30 08:56:30 -0700
committerTim Smith <tsmith@chef.io>2018-07-30 08:56:30 -0700
commit87681b1af636ea79167d02afaf5931eb8c85bec7 (patch)
treec2702eaf26407eda6b0d90934d7bfb3c682b8b74
parent1e6b6e7870c3a61704f2ba31cd88a58b1bc128bf (diff)
downloadmixlib-cli-87681b1af636ea79167d02afaf5931eb8c85bec7.tar.gz
Remove bundler install hack
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml11
1 files changed, 2 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 0618831..72a3f67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,13 +16,6 @@ branches:
only:
- master
-bundler_args: --without docs
+bundler_args: --without docs development
-before_install:
- - gem install bundler
- - bundle --version
- - gem update --system
- - gem --version
-
-script:
- - bundle exec rake
+script: bundle exec rake