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:43:37 UTC

[incubator-iotdb] branch master updated: Update .travis.yml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 368e4c1  Update .travis.yml
368e4c1 is described below

commit 368e4c1f51bbd7cb2e3e4ecf56234525ef72d305
Author: Zhang.Jinrui <xi...@163.com>
AuthorDate: Sat Jun 29 13:43:34 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: