diff options
author | Jake Champlin <jake.champlin.27@gmail.com> | 2015-07-07 00:11:01 -0400 |
---|---|---|
committer | Jake Champlin <jake.champlin.27@gmail.com> | 2015-07-07 00:11:01 -0400 |
commit | 224241b2e172526acfe681e4eb34aa2d08a99ea4 (patch) | |
tree | 4f41346773dda1a7cb6703a9f8fb6c0038603984 /appveyor.yml | |
parent | 906d0dd25069805491882df854ca62f94888504e (diff) | |
download | chef-224241b2e172526acfe681e4eb34aa2d08a99ea4.tar.gz |
Decommission 12-stable
Removes 12-stable from travis.yml branch filter
Updates appveyor.yml for the 12.4-stable branch
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5609648cb1..06448e2be2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ skip_tags: true branches: only: - master - - 12-stable + - 12.4-stable cache: - C:\Ruby200\lib\ruby\gems\2.0.0 |