use gpg2 to sign
[generic-types.git] / .travis.yml
blob62bbbd300069e7c14ed322c95d9b6fa748f6c168
1 # see http://docs.travis-ci.com/user/languages/java/
2 language: java
3 jdk:
4   - oraclejdk8
6 # see http://docs.travis-ci.com/user/workers/container-based-infrastructure/
7 sudo: false
9 # see http://docs.travis-ci.com/user/caching/#Arbitrary-directories
10 cache:
11   directories:
12   - $HOME/.m2
14 after_success:
15 - mvn clean test jacoco:report coveralls:report
17 # see http://docs.travis-ci.com/user/notifications/
18 notifications:
19   webhooks:
20     urls:
21       - https://webhooks.gitter.im/e/edb8925a63dc836c317c
22     on_success: always  # options: [always|never|change] default: always
23     on_failure: always  # options: [always|never|change] default: always
24     on_start: never     # options: [always|never|change] default: always