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 edb150c fix win-oraclejdk8 travis
edb150c is described below
commit edb150c984375daeb3ee5174ed8ef4bae3d42e08
Author: RuiLei <[email protected]>
AuthorDate: Mon Jul 22 10:53:33 2019 +0800
fix win-oraclejdk8 travis
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 44176af..21cc04d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -86,7 +86,7 @@ matrix:
name: win-oraclejdk8
before_install:
- choco install jdk8 -params 'installdir=c:\\jdk8'
- - wget
https://www-eu.apache.org/dist/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.zip
+ - wget --no-check-certificate
https://www-eu.apache.org/dist/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.zip
- /C/Progra~1/7-Zip/7z.exe x apache-maven-3.6.1-bin.zip -o/c/mvn361
before_script:
- export "JAVA_HOME=/c/jdk8"