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

haonan pushed a commit to branch try_to_fix_ci
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/try_to_fix_ci by this push:
     new 1fd6edf  temporarily disable website checker
1fd6edf is described below

commit 1fd6edfa310fe9bfd9b0ca608603fdff7da95cb3
Author: HTHou <[email protected]>
AuthorDate: Wed Oct 28 17:19:25 2020 +0800

    temporarily disable website checker
---
 .travis.yml | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e1a93c6..a871f33 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -128,31 +128,31 @@ matrix:
         - mvn post-integration-test -Pcode-coverage -Pcoveralls -pl 
'!distribution' -am
       after_success:
         - mvn coveralls:report -DserviceName=travis_ci -pl 
tsfile,server,jdbc,client,session,hive-connector,flink-iotdb-connector,flink-tsfile-connector
-    - os: linux
-      name: linux-website checker
-      dist: xenial
-      jdk: openjdk11
-      script:
-        - mvn -P site clean package -pl site
-    - os: windows
-      name: windows-website checker
-      language: c
-      before_install:
-        # - 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://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
-      before_script:
-        - export "JAVA_HOME=/c/java/jdk-11.0.2"
-        - export "PATH=$JAVA_HOME/bin:$PATH"
-        - export "PATH=$JAVA_HOME/jre/bin:$PATH"
-        - export "MAVEN_HOME=/c/mvn363/apache-maven-3.6.3"
-        - export "M2_HOME=/c/mvn363/apache-maven-3.6.3"
-        - export "PATH=/c/mvn363/apache-maven-3.6.3/bin:$PATH"
-      script:
-        - mvn -P site clean package -pl site
+    # - os: linux
+    #   name: linux-website checker
+    #   dist: xenial
+    #   jdk: openjdk8
+    #   script:
+    #     - mvn -P site clean package -pl site
+    # - os: windows
+    #   name: windows-website checker
+    #   language: c
+    #   before_install:
+    #     # - 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://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
+    #   before_script:
+    #     - export "JAVA_HOME=/c/java/jdk-11.0.2"
+    #     - export "PATH=$JAVA_HOME/bin:$PATH"
+    #     - export "PATH=$JAVA_HOME/jre/bin:$PATH"
+    #     - export "MAVEN_HOME=/c/mvn363/apache-maven-3.6.3"
+    #     - export "M2_HOME=/c/mvn363/apache-maven-3.6.3"
+    #     - export "PATH=/c/mvn363/apache-maven-3.6.3/bin:$PATH"
+    #   script:
+    #     - mvn -P site clean package -pl site
 cache:
   directories:
     - '$HOME/.m2/repository'

Reply via email to