aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-03-30 20:03:56 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-03-30 20:03:56 +0200
commit56c6d7ecd5aa770e71ae913a0c55772580864ac1 (patch)
treea2836fb05a47ab5db16c7dc254e65f19ca31147b /.travis.yml
parent9ccac658517d5a0eaf95a1a1fd5e72956fab72f3 (diff)
downloadsbotools-56c6d7ecd5aa770e71ae913a0c55772580864ac1.tar.xz
Make sure the proper directory exists for cover_db
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1734955..6c2791b 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; PROVE=`which prove`; sudo -E $PROVE -v t/*.t;'
+ - 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'