Update .travis.yml

Post processing
This commit is contained in:
xxc 2018-07-21 01:00:42 +08:00 committed by GitHub
parent 91d20f34fd
commit eb7f75e911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,6 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use "$CUSTOM_JDK"; fi
script:
- travis_retry mvn -B clean apache-rat:check
- travis_retry mvn -B package jacoco:report coveralls:report
after_success:
- mvn clean install -Pit-test