Update maintenance badge
[suppress-warnings.git] / .travis.yml
blobfe5b75c173722b16d252847919b7a735a5d93555
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 addons:
15   # see https://scan.coverity.com/travis_ci
16   # see https://docs.travis-ci.com/user/coverity-scan/
17   coverity_scan:
18     project:
19       name: "sebhoss/suppress-warnings"
20       description: "Build submitted via Travis CI"
21     notification_email: "metio@googlegroups.com"
22     build_command_prepend: "mvn clean"
23     build_command: "mvn -DskipTests=true compile"
24     branch_pattern: master
26 # see https://docs.travis-ci.com/user/notifications/
27 notifications:
28   # see https://docs.travis-ci.com/user/notifications/#IRC-notification
29   irc: "chat.freenode.net#metio.wtf"
30   # see https://docs.travis-ci.com/user/notifications/#Email-notifications
31   email:
32     - "metio@googlegroups.com"
34 env:
35   global:
36     # exposes 'COVERITY_SCAN_TOKEN'
37     # see https://scan.coverity.com/travis_ci
38     # see https://docs.travis-ci.com/user/coverity-scan/
39     - secure: "VrNRhmGfHAZw+B1hQFmSd4k93EQNXejx5DNptcpHxHgZUIkD0djuQyyp5A9P7QeYn9MvDrB3VGFw8Z90kTAh8GPwUr3TWT7LLZ9s3sxHPI3VoqdSHl8utOR1wN7UoawcfBAyGtv/SqhE5e3L8Sb+4CHl1cO7YCf8DBFncGSnBNM="