Repository: groovy Updated Branches: refs/heads/master 1ff3e5df9 -> 010b6aa27
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/010b6aa2 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/010b6aa2 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/010b6aa2 Branch: refs/heads/master Commit: 010b6aa27c46a6fa05494f27f59090040e6fe2d2 Parents: 1ff3e5d Author: paulk <[email protected]> Authored: Fri Nov 3 18:35:05 2017 +1000 Committer: paulk <[email protected]> Committed: Fri Nov 3 18:35:05 2017 +1000 ---------------------------------------------------------------------- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/010b6aa2/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index e86b71c..012dd71 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,10 +25,10 @@ build: verbosity: detailed build_script: - - gradlew.bat --no-daemon -i clean classes + - gradlew.bat --no-daemon clean classes test_script: - - gradlew.bat --no-daemon -i -S test + - gradlew.bat --no-daemon -S test cache: - .gradle
