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
15 - mvn clean test jacoco:report coveralls:report
20 - https://webhooks.gitter.im/e/c514bdbeffe2e43eadb5
21 on_success: always # options: [always|never|change] default: always
22 on_failure: always # options: [always|never|change] default: always
23 on_start: always # options: [always|never|change] default: always