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 261fa919d10b4d9507c60cb11fd6950ec0998ae9 Author: xiangdong huang <[email protected]> AuthorDate: Sun Apr 5 12:37:20 2020 +0800 fix converalls:report command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b2ac1e3..d276656 100644 --- a/.travis.yml +++ b/.travis.yml @@ -140,7 +140,7 @@ matrix: script: # 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 '!grafana','!spark-iotdb-connector','!spark-tsfile','!distribution','!site' -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
