This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new e443d81 Make this build more like others. e443d81 is described below commit e443d81466db3d81de9e84ba8eb71bd8c8409926 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Aug 8 19:11:55 2020 -0400 Make this build more like others. --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e5fb7e..d5bbec5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,10 @@ language: java +cache: + directories: + - $HOME/.m2 + jdk: - openjdk8 - openjdk11 @@ -26,12 +30,8 @@ matrix: - jdk: openjdk-ea - jdk: openjdk14 -cache: - directories: - - $HOME/.m2 - -# do all the building and testing in a single phase, instead of compiling everything three times -# and running all tests twice. - script: - - ./mvnw -V clean apache-rat:check test jacoco:report coveralls:report -Ptravis-jacoco --no-transfer-progress + - mvn -V --no-transfer-progress + +after_success: + - mvn -V --no-transfer-progress clean test jacoco:report coveralls:report -Ptravis-jacoco javadoc:javadoc -Ddoclint=all