sbotools2

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

commit f5acff433cc423d5efe88510cf5076800251fc27
parent daf11fcacef9af4c600a18100fae735bdb1d3523
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Thu, 31 Mar 2016 16:45:16 +0200

Tar up the cover_db and only upload it

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

diff --git a/.travis.yml b/.travis.yml @@ -19,6 +19,7 @@ install: 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' - - mv cover_db "cover_db-$TRAVIS_JOB_NUMBER" + - sudo chmod -R a+x cover_db; "tar cvf cover_db-${TRAVIS_JOB_NUMBER}.tar" cover_db addons: - artifacts: true + artifacts: + paths: cover_db-${TRAVIS_JOB_NUMBER}.tar