Skip to content

Commit

Permalink
AppVeyor: Use or operation for exit command; don't fail on code style…
Browse files Browse the repository at this point in the history
… checks
  • Loading branch information
lilith committed Jan 22, 2015
1 parent 26e4231 commit c07c758
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 @@ -21,7 +21,7 @@ build_script:
test_script:
- cmd: mvn test -q
after_test:
- cmd: mvn clean install -q -Pqulice -DskipTests exit /B 0
- cmd: mvn clean install -q -Pqulice -DskipTests || exit /B 0
cache:
- C:\maven\
- C:\Users\appveyor\.m2
Expand Down

0 comments on commit c07c758

Please sign in to comment.