You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/03/30 08:21:15 UTC

[incubator-iotdb] branch site updated: add website checker

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

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


The following commit(s) were added to refs/heads/site by this push:
     new 27609a3  add website checker
27609a3 is described below

commit 27609a3f616c15e5dd020690af28ed5750b385c5
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Mon Mar 30 16:20:58 2020 +0800

    add website checker
---
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6df9213..d3b3605 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -201,6 +201,13 @@ matrix:
         - mvn post-integration-test -Pcode-coverage 
         - mvn coveralls:report -Dservice_name=travis_ci -pl tsfile,jdbc,server,session,client,hadoop,hive-connector
 
+    - os: linux
+      name: website checker
+      dist: xenial
+      jdk: openjdk8
+      script:
+        - mvn clean package -pl site
+
 cache:
   directories:
     - '$HOME/.m2/repository'