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:26:34 UTC

[iotdb] branch disable_cpp_travis created (now a6fa409)

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

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


      at a6fa409  disable travis for cpp module

This branch includes the following new commits:

     new a6fa409  disable travis for cpp module

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: disable travis for cpp module

Posted by hx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a6fa409d3279b47a3202537129734d77c4077b54
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