diff options
author | Tim Smith <tsmith@chef.io> | 2018-06-29 11:24:24 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-07-17 14:30:23 -0700 |
commit | cd0f93147966551ad390dbd5128295261ef2c143 (patch) | |
tree | 7d4b5533708b5c2dd78fcb6812522d5d5203a4e9 | |
parent | 0fbe876ed218d1629f090eeeccea1905e9bf7422 (diff) | |
download | chef-cd0f93147966551ad390dbd5128295261ef2c143.tar.gz |
Swap chef-12 for chef-14 branches in CI
chef-14 branch doesn't exist yet, but this way we won't have to update
things when we fork
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | appveyor.yml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fa25b9c38b..fa6bd7764a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ before_script: branches: only: - master + - chef-14 - chef-13 env: diff --git a/appveyor.yml b/appveyor.yml index c75a2be12b..259d9b9617 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,8 +17,8 @@ skip_tags: true branches: only: - master + - chef-14 - chef-13 - - chef-12 install: - systeminfo |