aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-03-31 15:48:09 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-03-31 15:48:09 +0200
commitdaf11fcacef9af4c600a18100fae735bdb1d3523 (patch)
treec0bfc2144e8968d7e193378b6e52ec13cdf6db30
parent693c7ec1f1fb0fe2193ad12751a92aac30706051 (diff)
downloadsbotools2-daf11fcacef9af4c600a18100fae735bdb1d3523.tar.xz
Save cover_db on S3
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c267240..9de04c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,3 +19,6 @@ 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"
+addons:
+ artifacts: true