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 7415453 Display Maven version early on.
7415453 is described below
commit 7415453d050726b97fc1e4593e42254f07c79f16
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 5 17:52:23 2020 -0400
Display Maven version early on.
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 896e6aa..d4cf69c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,6 +34,7 @@ matrix:
- OPENSSL_HOME=/usr/
install: |
sudo ln -s /usr/include/x86_64-linux-gnu /usr/include/i386-linux-gnu
+ mvn -version
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
@@ -53,6 +54,7 @@ matrix:
- OPENSSL_HOME=/usr/
install: |
sudo ln -s /usr/include/x86_64-linux-gnu/openssl/opensslconf.h
/usr/include/openssl/opensslconf.h
+ mvn -version
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