sbotools2

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

commit 1d58abb9171bc9582ad0b635ccff9467616693f6
parent 0385d4362c9b21b06c180a09b68ad5127aad08ef
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Thu, 31 Mar 2016 17:25:11 +0200

Try it without tar, and no need to run `cover`

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

diff --git a/.travis.yml b/.travis.yml @@ -18,8 +18,7 @@ install: - cpanm Text::Diff Capture::Tiny Test::Output Devel::Cover script: - 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' - - sudo chmod -R a+x cover_db; tar cvf "cover_db-${TRAVIS_JOB_NUMBER}.tar" cover_db + - sudo chmod -R a+x cover_db addons: artifacts: - paths: cover_db-${TRAVIS_JOB_NUMBER}.tar + paths: "./cover_db"