2017-01-10 20:30:54 +00:00
|
|
|
language: java
|
|
|
|
jdk:
|
2017-05-27 16:16:46 +01:00
|
|
|
- oraclejdk8
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- "$HOME/.m2"
|
|
|
|
install: true
|
|
|
|
script: "./mvnw clean install"
|
2017-01-10 20:30:54 +00:00
|
|
|
after_success:
|
2018-01-05 22:44:24 +00:00
|
|
|
- sh .travis-support/coveralls.sh
|
2017-05-31 18:17:59 +01:00
|
|
|
- bash <(curl -s https://codecov.io/bash)
|
2018-01-05 22:44:24 +00:00
|
|
|
deploy:
|
|
|
|
provider: script
|
|
|
|
script: sh .travis-support/deploy.sh
|
|
|
|
on:
|
|
|
|
branch: master
|
2017-05-27 16:16:46 +01:00
|
|
|
env:
|
|
|
|
global:
|