mirror of https://github.com/apache/nifi.git
NIFI-3434 - Modify travis to use new profile as suggested during peer review
This closes #1472.
This commit is contained in:
parent
68c2d7862f
commit
839dd5ac18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue