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

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

commit 300254ade65f5d0dc33412a7468d6b98e5d67cdf
Author: xiangdong huang <[email protected]>
AuthorDate: Fri Mar 8 16:22:25 2019 +0800

    temporary deactive win10+oracleJDK11 on travis
---
 .travis.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 36981a9..c8d9576 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,17 +65,17 @@ matrix:
       script:
         - java -version
         - mvn clean integration-test
-    - os: windows
-      language: c
-      name: win-oraclejdk11
-      install:
-        - choco install jdk11 -params 'installdir=c:\\java11'
-        - export PATH=$PATH:"/c/java11/bin"
-        - export JAVA_HOME="/c/java11"
-        - choco install maven
-      script:
-        - java -version
-        - mvn clean integration-test
+#    - os: windows
+#      language: c
+#      name: win-oraclejdk11
+#      install:
+#        - choco install jdk11 -params 'installdir=c:\\java11'
+#        - export PATH=$PATH:"/c/java11/bin"
+#        - export JAVA_HOME="/c/java11"
+#        - choco install maven
+#      script:
+#        - java -version
+#        - mvn clean integration-test
     #choco does not support openjdk8. we have to install it manually
 #    - os: windows
 #      language: c

Reply via email to