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/04/05 04:37:39 UTC

[incubator-iotdb] branch optimize_travis updated: fix converalls:report command

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


The following commit(s) were added to refs/heads/optimize_travis by this push:
     new a09d8d5  fix converalls:report command
a09d8d5 is described below

commit a09d8d55645fba30328f45eec479fadbb0f843ed
Author: xiangdong huang <sa...@gmail.com>
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