aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-03-30 19:42:56 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-03-30 19:42:56 +0200
commitcaa1fd81f70b8e16430c609f5248fd187cc567f2 (patch)
tree1d9d39be3b433822327acad945524b6de4bc0347 /.travis.yml
parent853b59a1490364b7697d0c4e1af51e3bc45662f6 (diff)
downloadsbotools-caa1fd81f70b8e16430c609f5248fd187cc567f2.tar.xz
Seems Travis CI didn't like a command starting with a [
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 abb615e..94432fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,4 +18,4 @@ install:
- 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;'
- - [ -e cover_db ] && bash -c 'COVER=`which cover`; sudo $COVER -report text'
+ - true && [ -e cover_db ] && bash -c 'COVER=`which cover`; sudo $COVER -report text'