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:55 UTC

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

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: