NIFI-4657 also trying alternative configs now that parallel builds w/contrib check work and removing quiet setting to see if it helps

This commit is contained in:
joewitt 2017-12-04 22:34:10 -05:00
parent b3e05a7672
commit 0222bf8ef1
1 changed files with 1 additions and 5 deletions

View File

@ -48,14 +48,10 @@ before_install:
- cat ~/.mavenrc
# Remove nifi repo again to save travis from caching it
- rm -rf $HOME/.m2/repository/org/apache/nifi/
- mvn -q apache-rat:check
install:
- mvn -q -T 2C -DskipTests=true -Ddir-only clean install
script:
# Replace variables seems to be the only option to pass proper values to surefire
# 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 -Pcontrib-check verify
- mvn -T 2C -Pcontrib-check -Ddir-only clean install