You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bb...@apache.org on 2019/09/04 19:01:53 UTC

[nifi-registry] 01/01: Update .travis.yml

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

bbende pushed a commit to branch travis-serial
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git

commit 32100bd5e5a49787acb1694cd9751dd1169e6fe7
Author: Bryan Bende <bb...@apache.org>
AuthorDate: Wed Sep 4 15:01:46 2019 -0400

    Update .travis.yml
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a85ddbd..1cfe9be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,5 +57,5 @@ install: true
 
 #build commands
 script:
-    - mvn -T 2C clean install -Pintegration-tests,contrib-check,jsUnitTests | grep -v -F -f .travis-output-filters && exit ${PIPESTATUS[0]}
+    - mvn clean install -Pintegration-tests,contrib-check,jsUnitTests | grep -v -F -f .travis-output-filters && exit ${PIPESTATUS[0]}