Issue #3316: introduction of shippable.com CI
This commit is contained in:
parent
2aaa37b76c
commit
a61e0a3267
|
|
@ -0,0 +1,13 @@
|
|||
language: java
|
||||
|
||||
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
|
||||
build:
|
||||
cache: true
|
||||
cache_dir_list:
|
||||
- /root/.m2
|
||||
|
||||
ci:
|
||||
- mvn clean verify
|
||||
Loading…
Reference in New Issue