NIFI-3434 - Modify travis to use new profile as suggested during peer review
This closes #1472. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/839dd5ac Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/839dd5ac Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/839dd5ac Branch: refs/heads/master Commit: 839dd5ac182b300e9b3ea261a3a9bb29c0df12d2 Parents: 68c2d78 Author: Andre F de Miranda <[email protected]> Authored: Tue Feb 7 09:04:00 2017 +1100 Committer: Pierre Villard <[email protected]> Committed: Tue Feb 7 11:42:15 2017 +0100 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/839dd5ac/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index ef8c350..9399fd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ before_install: - mvn apache-rat:check install: - - mvn -q -T 2C -DskipTests=true clean install + - mvn -q -T 2C -DskipTests=true -Pdir-only clean install script: - mvn -Pcontrib-check verify
