add changelog, coc & contributing files
[fiscal-year.java.git] / .travis.yml
blob20e208a28069b8c15c6fda4d2a49c3decad7a4c3
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 https://docs.travis-ci.com/user/notifications/#IRC-notification
18 notifications:
19   irc: "chat.freenode.net#metio.wtf"