1 # see http://docs.travis-ci.com/user/languages/java/
6 # see http://docs.travis-ci.com/user/workers/container-based-infrastructure/
9 # see http://docs.travis-ci.com/user/caching/#Arbitrary-directories
14 # see https://github.com/trautonen/coveralls-maven-plugin#jacoco
16 - mvn clean test jacoco:report coveralls:report
19 # see https://scan.coverity.com/travis_ci
20 # see https://docs.travis-ci.com/user/coverity-scan/
23 name: "sebhoss/null-analysis"
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/
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
36 - "metio@googlegroups.com"
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: "DWQ0yvh0+bG3M57u+ThQZJItLH8I+p3wy1R9tFphoIaITQ5/n6G1B8iF1FwiJ7t9va+XWNXQTsUwmgQhSXqm2Px2hWaE3ctrCXWZPOxNiiuOmnjTZ6FTwdX1agyZBHTxj+f90Vqs1nBSg2GNdlzPM8cZ4ud/YVbgh8zqKADbaMU="