You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ni...@apache.org on 2019/05/26 12:41:38 UTC

[metron] branch master updated: METRON-2143 Travis Build Fails to Download Maven (nickwallen) closes apache/metron#1433

This is an automated email from the ASF dual-hosted git repository.

nickallen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git


The following commit(s) were added to refs/heads/master by this push:
     new ccb5bec  METRON-2143 Travis Build Fails to Download Maven (nickwallen) closes apache/metron#1433
ccb5bec is described below

commit ccb5bec1dd101850c18faee128bbca77af815880
Author: nickwallen <ni...@nickallen.org>
AuthorDate: Sun May 26 08:41:13 2019 -0400

    METRON-2143 Travis Build Fails to Download Maven (nickwallen) closes apache/metron#1433
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 58f8861..0cb408f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ language: java
 jdk:
   - oraclejdk8
 before_install:
-  - wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip
+  - curl --retry 10 -O https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip
   - unzip -qq apache-maven-3.3.9-bin.zip
   - export M2_HOME=$PWD/apache-maven-3.3.9
   - export PATH=$M2_HOME/bin:$PATH