wercker.yml: added

This commit is contained in:
Paul Campbell 2017-05-29 14:52:04 +01:00
parent 8c5a6e06fd
commit da5a14c1ce

7
wercker.yml Normal file
View file

@ -0,0 +1,7 @@
box: maven:3.5.0-jdk-8
build:
steps:
- script:
name: maven clean install
code: ./mvnw clean install