*.yml: added circle and wercker config

This commit is contained in:
Paul Campbell 2017-08-26 19:27:00 +01:00
parent 3b7d3435cf
commit cb1d03a553
2 changed files with 9 additions and 0 deletions

3
circle.yml Normal file
View file

@ -0,0 +1,3 @@
test:
override:
- ./mvnw clean install

6
wercker.yml Normal file
View file

@ -0,0 +1,6 @@
box: maven:3.5.0-jdk-8
build:
steps:
- xenoterracide/maven:
goals: clean install