Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
Add maven tests/package
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jul 16, 2019
1 parent 04d0a92 commit 0ad5271
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,16 @@ sudo: false
language: java

services:
- docker
- docker

script:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- mvn package

addons:
artifacts:
paths:
- $(ls nifi-minio-nar/target/nifi-minio*.nar)

cache:
directories:
Expand Down

0 comments on commit 0ad5271

Please sign in to comment.