add gitter notifications
[fiscal-year.java.git] / .travis.yml
blob7cc36857777899c63a4de658f183a7e89151e753
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 notifications:
18   webhooks:
19     urls:
20       - https://webhooks.gitter.im/e/c514bdbeffe2e43eadb5
21     on_success: always  # options: [always|never|change] default: always
22     on_failure: always  # options: [always|never|change] default: always
23     on_start: always    # options: [always|never|change] default: always