Update to latest parent
[null-analysis.git] / .travis.yml
blobd9d194afd83605b371b00ecfac50efdc70b0dfce
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 # see https://docs.travis-ci.com/user/notifications/#IRC-notification
15 notifications:
16   irc: "chat.freenode.net#metio.wtf"