NIFI-4958 - This closes #2529. Fix Travis job status + atlas profile

Signed-off-by: joewitt <joewitt@apache.org>
This commit is contained in:
Pierre Villard 2018-03-10 16:12:22 +01:00 committed by joewitt
parent 373cf090a4
commit 9158c19123

View File

@ -55,4 +55,4 @@ script:
# Note: The reason the sed is done as part of script is to ensure the pom hack
# won't affect the 'clean install' above
- bash .travis.sh
- mvn -T 2 clean install -Pcontrib-check,include-grpc -Ddir-only | grep -v "\[WARNING\]" | grep -v "Downloading from" | grep -v "Copying "
- mvn -T 2 clean install -Pcontrib-check,include-grpc,include-atlas -Ddir-only | grep -v "\[WARNING\]" | grep -v "Downloading from" | grep -v "Copying " && exit ${PIPESTATUS[0]}