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
21 - secure: "Bm3zHFYJZlWPpUJXYbx8VxGEhMQeu/PUlNFbc10t1C7OEazjgtN9pYyWAxmYM2rAtvhiGF+yy9H+UdfaWd7NrHDoBXWbJjxagKhEsXxi931GtwxfxyxAmhmOuLQXaS9xofKIi7wYCyt8ekPaW8gsXWBWVmN0A1bpqdF93QwV2uU="
26 name: "sebhoss/storage-units"
27 description: "Build submitted via Travis CI"
28 notification_email: mail@shoss.de
29 build_command_prepend: "mvn clean"
30 build_command: "mvn -DskipTests=true compile"
31 branch_pattern: master
33 # see https://docs.travis-ci.com/user/notifications/#IRC-notification
35 irc: "chat.freenode.net#metio.wtf"