NIFI-4657 also trying alternative configs now that parallel builds w/contrib check work and removing quiet setting to see if it helps
Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/0222bf8e Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/0222bf8e Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/0222bf8e Branch: refs/heads/master Commit: 0222bf8ef153427893539c9ebc8edfa98dfc7c12 Parents: b3e05a7 Author: joewitt <[email protected]> Authored: Mon Dec 4 22:34:10 2017 -0500 Committer: joewitt <[email protected]> Committed: Mon Dec 4 22:34:10 2017 -0500 ---------------------------------------------------------------------- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/0222bf8e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index a8caca5..d7f0f03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file
