NIFI-4657 This closes #2316. update update dir-only in travis

Signed-off-by: joewitt <joewitt@apache.org>
This commit is contained in:
Dustin Rodrigues 2017-12-04 17:47:11 -05:00 committed by joewitt
parent 00b11e82b7
commit b3e05a7672
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ before_install:
- mvn -q apache-rat:check - mvn -q apache-rat:check
install: install:
- mvn -q -T 2C -DskipTests=true -Pdir-only clean install - mvn -q -T 2C -DskipTests=true -Ddir-only clean install
script: script:
# Replace variables seems to be the only option to pass proper values to surefire # Replace variables seems to be the only option to pass proper values to surefire