mirror of https://github.com/apache/nifi.git
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:
parent
b3e05a7672
commit
0222bf8ef1
|
@ -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
|
Loading…
Reference in New Issue