We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e4231 commit c07c758Copy full SHA for c07c758
appveyor.yml
@@ -21,7 +21,7 @@ build_script:
21
test_script:
22
- cmd: mvn test -q
23
after_test:
24
- - cmd: mvn clean install -q -Pqulice -DskipTests exit /B 0
+ - cmd: mvn clean install -q -Pqulice -DskipTests || exit /B 0
25
cache:
26
- C:\maven\
27
- C:\Users\appveyor\.m2
0 commit comments