update docker build env
[fiscal-year.java.git] / .travis.yml
bloba169b1b8480e0e61aa063bd61b7dce73aee3e124
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 addons:
19   # see https://scan.coverity.com/travis_ci
20   # see https://docs.travis-ci.com/user/coverity-scan/
21   coverity_scan:
22     project:
23       name: "sebhoss/fiscal-year"
24       description: "Build submitted via Travis CI"
25     notification_email: "metio@googlegroups.com"
26     build_command_prepend: "mvn clean"
27     build_command: "mvn -DskipTests=true compile"
28     branch_pattern: master
30 # see https://docs.travis-ci.com/user/notifications/
31 notifications:
32   # see https://docs.travis-ci.com/user/notifications/#IRC-notification
33   irc: "chat.freenode.net#metio.wtf"
34   # see https://docs.travis-ci.com/user/notifications/#Email-notifications
35   email:
36     - "metio@googlegroups.com"
38 env:
39   global:
40     # exposes 'COVERITY_SCAN_TOKEN'
41     # see https://scan.coverity.com/travis_ci
42     # see https://docs.travis-ci.com/user/coverity-scan/
43     - secure: "CQn0FP19HMS/G/hmx7U/z2VjfZwAZ3qc+O4KIl1ZCVeffdElCikfkJkeQYsLcnszjRZHH26z4gVVZs0M3NNC/B2galavDitWzBxrzmvjQzyF41A+YK1+TFmWwWYAdBD18xWZucInrGCiOtfaKwV9LxcevK5CZq3xgLdIoL28634="