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

hxd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 479bfad  Update maven download url for TravisCI (WinOS) (#1754)
479bfad is described below

commit 479bfadf53013b2131e27cbaf5984fd0b99e5043
Author: Xiangdong Huang <[email protected]>
AuthorDate: Wed Sep 23 22:10:19 2020 +0800

    Update maven download url for TravisCI (WinOS) (#1754)
    
    * update maven's download url
    
    Co-authored-by: xiangdong huang <[email protected]>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f610514..5846e35 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -71,7 +71,7 @@ matrix:
         # - choco install openjdk11 --version=11.0.2.01 -y
         # can get the download links from https://jdk.java.net/archive/
         - wget --no-check-certificate 
https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_windows-x64_bin.zip
-        - wget --no-check-certificate 
https://www-eu.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip
+        - wget --no-check-certificate 
https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip
         - /C/Progra~1/7-Zip/7z.exe x apache-maven-3.6.3-bin.zip -o/c/mvn363
         - /C/Progra~1/7-Zip/7z.exe x openjdk-11.0.2_windows-x64_bin.zip 
-o/c/java
         - mkdir C:\hadoop\bin

Reply via email to