Skip to content

Commit

Permalink
NIFI-4936 trying to quiet down the mvn output a bit so we dont exceed…
Browse files Browse the repository at this point in the history
… the travis-ci 4MB max

NIFI-4936 updated dependency handling pushing down delcarations where they belong
This closes #2512
  • Loading branch information
joewitt authored and mcgilman committed Mar 9, 2018
1 parent 8f66454 commit c71409f
Show file tree
Hide file tree
Showing 227 changed files with 1,937 additions and 2,023 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -Ddir-only
- mvn -T 2 clean install -Pcontrib-check,include-grpc -Ddir-only | grep -v "\[WARNING\]" | grep -v "Downloading from" | grep -v "Copying "
Loading

0 comments on commit c71409f

Please sign in to comment.