From 2c0639ca21510739658d62ec50c9549d52256b7c Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 25 Sep 2014 20:42:56 +0200 Subject: [PATCH] Enable Coveralls.io --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 97bada5..f25b805 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,14 @@ before_install: - sudo apt-get install devscripts dpkg-dev install: - - yes '' | cpanm --verbose --notest --skip-satisfied Data::Validate::Domain Data::Validate::IP Data::Validate::URI File::Slurp File::Which Log::Message Term::UI Test::NoTabs Test::Pod::Coverage Test::Pod Text::Template + - yes '' | cpanm --verbose --notest --skip-satisfied Data::Validate::Domain Data::Validate::IP Data::Validate::URI File::Slurp File::Which Log::Message Term::UI Test::NoTabs Test::Pod::Coverage Test::Pod Text::Template Devel::Cover::Report::Coveralls - export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1 PATH=${PERLBREW_PATH}:${PATH} script: - make test +after_success: + - cover -test -report coveralls + notifications: irc: "irc.lugs.ch#kivamon"