summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-11-08 13:00:24 -0800
committerTim Smith <tsmith@chef.io>2017-11-08 13:00:24 -0800
commitf3647b50b4b5227d70b3cb2434c36f03b4e2a4a3 (patch)
treefb3fd7d74ba77e58c7ddaf5bd15b1bae0f7859ac
parent8f4a7d9e443b169766ab45b08a82706b305aa289 (diff)
downloadohai-f3647b50b4b5227d70b3cb2434c36f03b4e2a4a3.tar.gz
Resolve rubygems failures + update ruby versions
Test on Ruby 2.4 in appveyor Use the latest ruby releases in Travis Don't update rubygems since 2.7.2 is busted Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml7
-rw-r--r--appveyor.yml2
2 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index ed33d12a..e921d88a 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
- gem install bundler -v 1.14.6 # bundler 1.15 times out resolving deps on Ruby 2.1
@@ -18,9 +17,9 @@ before_install:
- rm -f .bundle/config
rvm:
- 2.1.10
- - 2.2.7
- - 2.3.4
- - 2.4.1
+ - 2.2.8
+ - 2.3.5
+ - 2.4.2
- ruby-head
allow_failures:
diff --git a/appveyor.yml b/appveyor.yml
index 5f71010e..78cf6b35 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,6 +9,7 @@ environment:
- ruby_version: "21"
- ruby_version: "22"
- ruby_version: "23"
+ - ruby_version: "24"
clone_folder: c:\projects\ohai
clone_depth: 1
@@ -21,7 +22,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