Repository: nifi Updated Branches: refs/heads/master 00b11e82b -> 0222bf8ef
NIFI-4657 This closes #2316. update update dir-only in travis Signed-off-by: joewitt <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/b3e05a76 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/b3e05a76 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/b3e05a76 Branch: refs/heads/master Commit: b3e05a7672996265af23edce5d73e0586de8a848 Parents: 00b11e8 Author: Dustin Rodrigues <[email protected]> Authored: Mon Dec 4 17:47:11 2017 -0500 Committer: joewitt <[email protected]> Committed: Mon Dec 4 22:29:52 2017 -0500 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/b3e05a76/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 3a5cc36..a8caca5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ before_install: - mvn -q apache-rat:check install: - - mvn -q -T 2C -DskipTests=true -Pdir-only clean 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
