sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit caa1fd81f70b8e16430c609f5248fd187cc567f2
parent 853b59a1490364b7697d0c4e1af51e3bc45662f6
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Wed, 30 Mar 2016 19:42:56 +0200

Seems Travis CI didn't like a command starting with a [

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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'