sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 9ccac658517d5a0eaf95a1a1fd5e72956fab72f3
parent caa1fd81f70b8e16430c609f5248fd187cc567f2
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Wed, 30 Mar 2016 19:53:53 +0200

Change how we handle the cover_db not working

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -18,4 +18,4 @@ install: - cpanm Text::Diff Capture::Tiny Test::Output Devel::Cover script: - bash -c 'export PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine,+ignore,t/,+ignore,prove; PROVE=`which prove`; sudo -E $PROVE -v t/*.t;' - - true && [ -e cover_db ] && bash -c 'COVER=`which cover`; sudo $COVER -report text' + - bash -c 'COVER=`which cover`; sudo $COVER -report text || echo "Problem reading the cover_db."; exit 0'