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/12/13 03:41:18 UTC

[iotdb] branch master updated: disable travis for cpp module

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bc02a56  disable travis for cpp module
bc02a56 is described below

commit bc02a564ebd2deee6e8bdb29ced8a95330d163c4
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sun Dec 13 11:26:03 2020 +0800

    disable travis for cpp module
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d66e731..0b074df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -185,7 +185,7 @@ script:
     - mvn -B apache-rat:check
     # Output something every 10 minutes or Travis kills the job
     - while sleep 540; do echo "=====[ $SECONDS seconds still running ]====="; done &
-    - mvn -B clean test integration-test -Pclient-cpp -Dtest.port.closed=true
+    - mvn -B clean test integration-test -Dtest.port.closed=true
     # Killing background sleep loop
     - kill %1