Skip to content

Commit 25f2fca

Browse files
committed
appveyor: include integration tests
1 parent 0c58324 commit 25f2fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ install:
2424
- cmd: mvn --version
2525
- cmd: java -version
2626
build_script:
27-
- mvn clean package --batch-mode -DskipTest
27+
- mvn clean package -DskipTest
2828
test_script:
29-
- mvn clean install --batch-mode
29+
- mvn clean install verify
3030
cache:
3131
- C:\maven\
3232
- C:\Users\appveyor\.m2

0 commit comments

Comments
 (0)