Skip to content

Commit 010b6aa

Browse files
committed
experiment with Appveyor for Windows build
1 parent 1ff3e5d commit 010b6aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ build:
2525
verbosity: detailed
2626

2727
build_script:
28-
- gradlew.bat --no-daemon -i clean classes
28+
- gradlew.bat --no-daemon clean classes
2929

3030
test_script:
31-
- gradlew.bat --no-daemon -i -S test
31+
- gradlew.bat --no-daemon -S test
3232

3333
cache:
3434
- .gradle

0 commit comments

Comments
 (0)