Make travis maven runs in quiet mode.

This commit is contained in:
wusheng 2017-11-23 19:00:58 +08:00
parent 21cc39c6f1
commit 21cf6f89e4
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ services:
language: java
install:
- jdk_switcher use oraclejdk8
- mvn clean install
- mvn clean install --quiet
after_success:
- mvn clean test jacoco:report coveralls:report
- mvn clean test --quiet jacoco:report coveralls:report
- bash ./travis/push_image.sh