wercker.yml: added
This commit is contained in:
parent
8c5a6e06fd
commit
da5a14c1ce
1 changed files with 7 additions and 0 deletions
7
wercker.yml
Normal file
7
wercker.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
box: maven:3.5.0-jdk-8
|
||||
|
||||
build:
|
||||
steps:
|
||||
- script:
|
||||
name: maven clean install
|
||||
code: ./mvnw clean install
|
Loading…
Reference in a new issue