use social style for social badges
[null-analysis.git] / .travis.yml
blobf63bb88a1c205838926b537ace28d3629c7ae3d3
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://github.com/trautonen/coveralls-maven-plugin#jacoco
15 after_success:
16 - mvn clean test jacoco:report coveralls:report
18 # see https://docs.travis-ci.com/user/notifications/
19 notifications:
20   # see https://docs.travis-ci.com/user/notifications/#IRC-notification
21   irc: "chat.freenode.net#metio.wtf"
22   # see https://docs.travis-ci.com/user/notifications/#Email-notifications
23   email:
24     - "metio@googlegroups.com"