summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2276bde..72bec70 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,7 +8,8 @@ environment:
matrix:
- ruby_version: "22"
- ruby_version: "23"
- - ruby_version: "23-x64"
+ - ruby_version: "24"
+ - ruby_version: "24-x64"
clone_folder: c:\projects\mixlib-shellout
clone_depth: 1
@@ -17,6 +18,16 @@ branches:
only:
- master
+skip_commits:
+ # version bumps by Expeditor happen as a separate commit after the merge, we can skip
+ author: Chef Expeditor
+ # if ONLY the files listed below are changed in a commit, skip
+ files:
+ - MAINTAINERS.md
+ - MAINTAINERS.toml
+ - CHANGELOG.md
+ - RELEASE_NOTES.md
+
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- echo %PATH%