aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-03-31 16:49:56 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-03-31 16:49:56 +0200
commit0385d4362c9b21b06c180a09b68ad5127aad08ef (patch)
tree480b014d694c4331981a245ecb765f113ff08479
parentf5acff433cc423d5efe88510cf5076800251fc27 (diff)
downloadsbotools2-0385d4362c9b21b06c180a09b68ad5127aad08ef.tar.xz
Oops, typo
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f4f7af..0ece328 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +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'
- - sudo chmod -R a+x cover_db; "tar cvf cover_db-${TRAVIS_JOB_NUMBER}.tar" cover_db
+ - sudo chmod -R a+x cover_db; tar cvf "cover_db-${TRAVIS_JOB_NUMBER}.tar" cover_db
addons:
artifacts:
paths: cover_db-${TRAVIS_JOB_NUMBER}.tar