Skip to content

Commit c07c758

Browse files
committed
AppVeyor: Use or operation for exit command; don't fail on code style checks
1 parent 26e4231 commit c07c758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build_script:
2121
test_script:
2222
- cmd: mvn test -q
2323
after_test:
24-
- cmd: mvn clean install -q -Pqulice -DskipTests exit /B 0
24+
- cmd: mvn clean install -q -Pqulice -DskipTests || exit /B 0
2525
cache:
2626
- C:\maven\
2727
- C:\Users\appveyor\.m2

0 commit comments

Comments
 (0)