This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch optimize_travis in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit b8a39375c1a54de45a86c80e7356d38c3d023366 Author: xiangdong huang <[email protected]> AuthorDate: Mon Apr 6 20:43:58 2020 +0800 remove unused codes --- .travis.yml | 1 - pom.xml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9bc3c4..7932cdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -137,7 +137,6 @@ matrix: # now, grafana has no tests; spark-* tests are written by scala - mvn post-integration-test -Pcode-coverage -Pcoveralls -pl '!site','!distribution' -am - mvn coveralls:report -Dservice_name=travis_ci -pl tsfile,server,jdbc,client,session,hive-connector,flink-iotdb-connector - #- mvn coveralls:report -Dservice_name=travis_ci -Pcoveralls - os: linux name: website checker dist: xenial diff --git a/pom.xml b/pom.xml index 5f4eec0..1c4c80a 100644 --- a/pom.xml +++ b/pom.xml @@ -559,8 +559,6 @@ <exclude>LICENSE-binary</exclude> <!-- json does not support comments--> <exclude>**/*.json</exclude> - <!-- downloadJDK is used by travis-CI only--> - <exclude>downloadJDK</exclude> </excludes> </configuration> </plugin>
