Skip to content

Commit 4327eae

Browse files
committed
fix app veyor
1 parent a82ed65 commit 4327eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
- cmd: mvn --version
2121
- cmd: java -version
2222
build_script:
23-
- mvn -B -V -Prun-its clean verify -pl httpsnippet
23+
- mvn -q test jacoco:report -pl httpsnippet
2424
cache:
2525
- C:\maven\ -> appveyor.yml
2626
- C:\Users\appveyor\.m2\ -> pom.xml

0 commit comments

Comments
 (0)