summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-11-08 12:53:36 -0800
committerTim Smith <tsmith@chef.io>2017-11-08 12:53:36 -0800
commit8253ce9630be4718a325a6931e1dd7e4683c79ad (patch)
tree9b07c0201999555ee9d17e51c4b2359713c7e6d3
parent7d7868c61867b97c84670ec8a52de4948f440a37 (diff)
downloadohai-8253ce9630be4718a325a6931e1dd7e4683c79ad.tar.gz
Remove the gem updates entirely from travis/appveyor
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml1
-rw-r--r--appveyor.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f8575ad..4acca285 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,6 @@ branches:
- 8-stable
before_install:
- # - gem update --system
- gem --version
- rvm @global do gem uninstall bundler -a -x -I || true
- gem install bundler
diff --git a/appveyor.yml b/appveyor.yml
index 3e09ce52..7728c8ad 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,7 +20,6 @@ install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- echo %PATH%
- ruby --version
- # - gem update --system
- gem --version
- gem uninstall bundler -a -x -I
- gem install bundler --quiet --no-ri --no-rdoc