From b3e05a7672996265af23edce5d73e0586de8a848 Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Mon, 4 Dec 2017 17:47:11 -0500 Subject: [PATCH] NIFI-4657 This closes #2316. update update dir-only in travis Signed-off-by: joewitt --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a5cc36900..a8caca528c 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