Issue #3316: introduction of shippable.com CI

This commit is contained in:
Roman Ivanov 2016-10-05 14:19:26 -07:00
parent 2aaa37b76c
commit a61e0a3267
1 changed files with 13 additions and 0 deletions

13
shippable.yml Normal file
View File

@ -0,0 +1,13 @@
language: java
jdk:
- oraclejdk8
build:
cache: true
cache_dir_list:
- /root/.m2
ci:
- mvn clean verify