add update-properties target
[maven-build-process.git] / .travis.yml
blob9ff23a7f99f40b50d0171cbc4eaf7baf913f83e8
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"