summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-07-05 12:13:38 -0700
committerTim Smith <tsmith@chef.io>2016-07-05 12:13:38 -0700
commit6dcf29cfbcba131ac21a603be173612fd48c1c11 (patch)
tree068c9220f70ccee3b8313d912c8e773be2a4eb13
parentf4f28b23ed7ad8fb0357851e371da720a45ade01 (diff)
downloadohai-update_av.tar.gz
Update ruby versions in AV and remove branch buildsupdate_av
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml1
-rw-r--r--appveyor.yml4
2 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 9980eb3d..44bc1b37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,6 @@ sudo: false
branches:
only:
- master
- - 7.4-stable
before_install:
- gem update --system
diff --git a/appveyor.yml b/appveyor.yml
index 5b4410bf..a63d3c29 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,9 +6,9 @@ platform:
environment:
matrix:
- - ruby_version: "200"
- ruby_version: "21"
- ruby_version: "22"
+ - ruby_version: "23"
clone_folder: c:\projects\ohai
clone_depth: 1
@@ -16,8 +16,6 @@ skip_tags: true
branches:
only:
- master
- - 8-stable
- - 7.4-stable
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%