From caa1fd81f70b8e16430c609f5248fd187cc567f2 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Wed, 30 Mar 2016 19:42:56 +0200 Subject: Seems Travis CI didn't like a command starting with a [ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3