sbotools2

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

commit 693c7ec1f1fb0fe2193ad12751a92aac30706051
parent 56c6d7ecd5aa770e71ae913a0c55772580864ac1
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Wed, 30 Mar 2016 21:52:23 +0200

Change where we put the PERL5OPT env variable, and don't give any argument to cover

Diffstat:
M.travis.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -17,5 +17,5 @@ install: - sudo bash t/travis-deps/install.sh - 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,db,/home/travis/build/pink-mist/sbotools/cover_db; PROVE=`which prove`; sudo -E $PROVE -v t/*.t;' - - bash -c 'COVER=`which cover`; sudo $COVER -report text || echo "Problem reading the cover_db."; exit 0' + - bash -c 'PROVE=`which prove`; sudo PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine,+ignore,t/,+ignore,prove,db,/home/travis/build/pink-mist/sbotools/cover_db $PROVE -v t/*.t;' + - bash -c 'COVER=`which cover`; sudo $COVER || echo "Problem reading the cover_db."; exit 0'