Skip to content

Commit

Permalink
appveyor.yml: fixed type in the task "test"
Browse files Browse the repository at this point in the history
  • Loading branch information
seanieyap committed Feb 18, 2019
1 parent 118014e commit 6acdff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_script:
- gradlew.bat --no-daemon assemble checkstyleMain checkstyleTest

test_script:
- gradlew.bat --no-daemon headless allTests
- gradlew.bat --no-daemon headless test

environment:
JAVA_HOME: C:\Program Files\Java\jdk9 # Use 64-bit Java
Expand Down

0 comments on commit 6acdff0

Please sign in to comment.