diff options
author | Thom May <thom@chef.io> | 2018-01-23 12:26:35 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2018-01-23 12:26:35 +0000 |
commit | 7d595bbd56ee19a6497f4946b39853e6ad0b3c12 (patch) | |
tree | 3f2b22ad201eb3c88b48206d043653ff11a1231b /.travis.yml | |
parent | bc98db2fd24d75443d048a83ae1844eec7499507 (diff) | |
download | chef-7d595bbd56ee19a6497f4946b39853e6ad0b3c12.tar.gz |
see what up with the proxy teststm/proxy_tests
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 80695c09e3..2969849875 100644 --- a/.travis.yml +++ b/.travis.yml @@ -334,6 +334,7 @@ matrix: sudo: required before_install: - gem update --system $(grep rubygems omnibus_overrides.rb | cut -d'"' -f2) + - rvm @global do gem uninstall bundler -a -x - gem install bundler -v $(grep bundler omnibus_overrides.rb | cut -d'"' -f2) - sudo apt-get update - sudo apt-get -y install squid3 git curl |