You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2019/06/29 05:42:54 UTC

[incubator-iotdb] branch xingtanzjr-mvn-suppress-log created (now f213522)

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

xingtanzjr pushed a change to branch xingtanzjr-mvn-suppress-log
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


      at f213522  Update .travis.yml

This branch includes the following new commits:

     new f213522  Update .travis.yml

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.



[incubator-iotdb] 01/01: Update .travis.yml

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

xingtanzjr pushed a commit to branch xingtanzjr-mvn-suppress-log
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit f213522d0be3dbd002db4982bfae64a809130251
Author: Zhang.Jinrui <xi...@163.com>
AuthorDate: Sat Jun 29 13:42:50 2019 +0800

    Update .travis.yml
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 22f146b..fd6fcf8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -146,8 +146,8 @@ install: true
 
 script:
   - java -version
-  - mvn -B apache-rat:check
-  - mvn -B clean integration-test
+  - mvn -B -ntp apache-rat:check
+  - mvn -B -ntp clean integration-test
 
 after_success: