You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/11/07 05:34:02 UTC

[iotdb] branch master updated: reopen website checker on Travis (#1978)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 326e130  reopen website checker on Travis (#1978)
326e130 is described below

commit 326e130231f1f9af25b1f9d9487bfb17dcf1236c
Author: Xiangdong Huang <hx...@apache.org>
AuthorDate: Sat Nov 7 13:33:46 2020 +0800

    reopen website checker on Travis (#1978)
---
 .travis.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5426670..652a3da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -128,12 +128,12 @@ 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: openjdk8
-    #   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