This is an automated email from the ASF dual-hosted git repository. aboda pushed a commit to branch NIFIREG-371-RC1 in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
commit 75b188a276ca364dc7242db4f6b2052f9e46efd9 Author: Bryan Bende <[email protected]> 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]}
