summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-01-10 16:05:46 -0800
committerTim Smith <tsmith@chef.io>2018-01-10 16:06:59 -0800
commit5fe1d3abc988c41d6cf93fa7b164734e61abb918 (patch)
tree209f9235de9680542ca3fd1f93e6eb0e0210e70c
parent5cfb5d9d3ce1d86e0fbbc2ca3c1d0d4029ac88a2 (diff)
downloadohai-5fe1d3abc988c41d6cf93fa7b164734e61abb918.tar.gz
Swap 8-stable testing for 13-stable testing
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml2
-rw-r--r--appveyor.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c7167d9e..5e1eaac3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ sudo: false
branches:
only:
- master
- - 8-stable
+ - 13-stable
before_install:
- gem --version
diff --git a/appveyor.yml b/appveyor.yml
index 77b0710e..d10cf7be 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,6 +14,7 @@ skip_tags: true
branches:
only:
- master
+ - 13-stable
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%