*.yml: added circle and wercker config
This commit is contained in:
parent
3b7d3435cf
commit
cb1d03a553
2 changed files with 9 additions and 0 deletions
3
circle.yml
Normal file
3
circle.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
test:
|
||||
override:
|
||||
- ./mvnw clean install
|
6
wercker.yml
Normal file
6
wercker.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
box: maven:3.5.0-jdk-8
|
||||
|
||||
build:
|
||||
steps:
|
||||
- xenoterracide/maven:
|
||||
goals: clean install
|
Loading…
Reference in a new issue