summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-01-24 10:14:40 -0800
committerGitHub <noreply@github.com>2019-01-24 10:14:40 -0800
commitf3a3e878e78c193ddde205d6a08f98813dabf9e0 (patch)
treee8debed124df890f010abfffc0e49a0eab38bef3
parent382fab46ada48897fc03eb19d7810f728187486a (diff)
downloadohai-f3a3e878e78c193ddde205d6a08f98813dabf9e0.tar.gz
Fix bad .travis.yml file
-rw-r--r--.travis.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 590bbe43..7af67f39 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,14 +10,15 @@ branches:
bundler_args: --jobs 7 --without docs debug
+before_install:
+ - gem --version
+ - rvm @global do gem uninstall bundler -a -x -I || true
+ - gem install bundler --no-document
+ - bundle --version
+ - rm -f .bundle/config
+
rvm:
- 2.5.3
- before_install:
- - gem --version
- - rvm @global do gem uninstall bundler -a -x -I || true
- - gem install bundler --no-document
- - bundle --version
- - rm -f .bundle/config
- 2.6
- ruby-head