Try another ci command to speed up.

This commit is contained in:
wu-sheng 2018-02-26 17:43:48 +08:00
parent 5ba864d88d
commit df328b6ea7
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ before_install:
install:
- jdk_switcher use oraclejdk8
- mvn clean install --quiet jacoco:report coveralls:report
- mvn javadoc:javadoc --quiet
- mvn clean javadoc:javadoc -Dmaven.test.skip=true --quiet