aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c2791b..c267240 100644
--- 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'