This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch reopen-travis-website in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 957176a701ceb4c26c70928ebd1db2bf1a950a7c Author: xiangdong huang <[email protected]> AuthorDate: Tue Nov 3 10:01:42 2020 +0800 reopen travis CI for website --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a871f33..c42f52d 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
