Repository: groovy Updated Branches: refs/heads/master 17c6df924 -> d0d9343f9
experiment with Appveyor for Windows build Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d0d9343f Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/d0d9343f Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/d0d9343f Branch: refs/heads/master Commit: d0d9343f90e8c4a76ad584a76bc378f9057c9d76 Parents: 17c6df9 Author: paulk <[email protected]> Authored: Fri Nov 3 10:41:40 2017 +1000 Committer: paulk <[email protected]> Committed: Fri Nov 3 10:41:40 2017 +1000 ---------------------------------------------------------------------- appveyor.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/d0d9343f/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index 792fba5..fff3d27 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,10 @@ version: '{branch} {build}' -skip_tags: true +branches: + only: + - master + - GROOVY_2_6_X + - GROOVY_2_5_X + - GROOVY_2_4_X skip_commits: message: /\[ci skip\]/ clone_depth: 10
