summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-07-19 11:06:22 +0100
committerGitHub <noreply@github.com>2016-07-19 11:06:22 +0100
commitd70e02a812fdbabaec6ec10999990ab2e2268875 (patch)
treeb5b33842e2c561a3c74007a726ef3db94f87a1fa
parenta83f865d1c5b64e8bd337a6d00325f8b78aad828 (diff)
parent6dcf29cfbcba131ac21a603be173612fd48c1c11 (diff)
downloadohai-d70e02a812fdbabaec6ec10999990ab2e2268875.tar.gz
Merge pull request #844 from chef/update_av
Update Ruby version + branches we build
-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%