use mvn instead of run-in-docker (#2821)

This commit is contained in:
William Cheng 2019-05-05 16:59:11 +08:00 committed by GitHub
parent 9c89e6af25
commit 92eacdfda9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ script:
# fail if generators contain tab '\t' # fail if generators contain tab '\t'
- /bin/bash ./bin/utils/detect_tab_in_java_class.sh - /bin/bash ./bin/utils/detect_tab_in_java_class.sh
# run integration tests defined in maven pom.xml # run integration tests defined in maven pom.xml
- ./run-in-docker.sh mvn --quiet --batch-mode clean install - mvn --quiet --batch-mode clean install
- mvn --quiet --batch-mode verify -Psamples - mvn --quiet --batch-mode verify -Psamples
after_success: after_success:
# push to maven repo # push to maven repo