From 04d27ff808b44bf4ac71e8e831996c424dabb0da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sun, 7 Aug 2016 20:01:16 +0200 Subject: [PATCH] update travis config to latest & greatest MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- .travis.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 336e90c..b013f71 100755 --- a/.travis.yml +++ b/.travis.yml @@ -11,25 +11,32 @@ cache: directories: - $HOME/.m2 +# see https://github.com/trautonen/coveralls-maven-plugin#jacoco after_success: - mvn clean test jacoco:report coveralls:report - env: global: - # COVERITY_SCAN_TOKEN - - secure: "Bm3zHFYJZlWPpUJXYbx8VxGEhMQeu/PUlNFbc10t1C7OEazjgtN9pYyWAxmYM2rAtvhiGF+yy9H+UdfaWd7NrHDoBXWbJjxagKhEsXxi931GtwxfxyxAmhmOuLQXaS9xofKIi7wYCyt8ekPaW8gsXWBWVmN0A1bpqdF93QwV2uU=" + # exposes 'COVERITY_SCAN_TOKEN' + # see https://scan.coverity.com/travis_ci + - secure: "Bm3zHFYJZlWPpUJXYbx8VxGEhMQeu/PUlNFbc10t1C7OEazjgtN9pYyWAxmYM2rAtvhiGF+yy9H+UdfaWd7NrHDoBXWbJjxagKhEsXxi931GtwxfxyxAmhmOuLQXaS9xofKIi7wYCyt8ekPaW8gsXWBWVmN0A1bpqdF93QwV2uU=" addons: + # see https://scan.coverity.com/travis_ci + # see https://docs.travis-ci.com/user/coverity-scan/ coverity_scan: project: name: "sebhoss/storage-units" description: "Build submitted via Travis CI" notification_email: mail@shoss.de build_command_prepend: "mvn clean" - build_command: "mvn -DskipTests=true compile" + build_command: "mvn -DskipTests=true compile" branch_pattern: master -# see https://docs.travis-ci.com/user/notifications/#IRC-notification +# see https://docs.travis-ci.com/user/notifications/ notifications: + # see https://docs.travis-ci.com/user/notifications/#IRC-notification irc: "chat.freenode.net#metio.wtf" + # see https://docs.travis-ci.com/user/notifications/#Email-notifications + email: + - "metio@googlegroups.com" -- 2.11.4.GIT