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-crypto.git
The following commit(s) were added to refs/heads/master by this push: new ffe81a3 Add --no-transfer-progress to CI builds. ffe81a3 is described below commit ffe81a34834387592cdde9e88d8e84379b8d1ae7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 5 09:26:49 2020 -0400 Add --no-transfer-progress to CI builds. --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44071c2..896e6aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,8 +34,8 @@ matrix: - OPENSSL_HOME=/usr/ install: | sudo ln -s /usr/include/x86_64-linux-gnu /usr/include/i386-linux-gnu - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Plinux32 + mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V --no-transfer-progress + mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Plinux32 --no-transfer-progress # Job tests win32,win64 builds. But cannot test execution. - name: "win32,win64 / Ubuntu 14.04 / Java 8 / OpenSSL 1.0.x" @@ -53,8 +53,8 @@ matrix: - OPENSSL_HOME=/usr/ install: | sudo ln -s /usr/include/x86_64-linux-gnu/openssl/opensslconf.h /usr/include/openssl/opensslconf.h - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pwin64 - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pwin32 + mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pwin64 --no-transfer-progress + mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pwin32 --no-transfer-progress script: echo DONE after_success: echo DONE @@ -129,9 +129,9 @@ before_install: sudo unzip -j -o /tmp/policy.zip *.jar -d $JAVA_HOME/jre/lib/security rm /tmp/policy.zip - openssl version -a -install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Denforcer.skip=true -B -V -script: mvn test jacoco:report coveralls:report -Denforcer.skip=true -B -V -after_success: mvn site -Denforcer.skip=true -B -V +install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Denforcer.skip=true -B -V --no-transfer-progress +script: mvn test jacoco:report coveralls:report -Denforcer.skip=true -B -V --no-transfer-progress +after_success: mvn site -Denforcer.skip=true -B -V --no-transfer-progress cache: directories: