sbotools2

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

commit 2232b100b7aaf34085d18f4f37afabd75f123f60
parent 68f2c84967166ae1bac96551a2c7fe210910d657
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Tue, 15 Dec 2015 09:45:03 +0100

Change prove incantation so it works via sudo

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

diff --git a/.travis.yml b/.travis.yml @@ -9,4 +9,4 @@ sudo: required install: - sudo bash t/travis-deps/install.sh - cpanm Text::Diff Capture::Tiny Test::Output -script: sudo prove t/*.t +script: bash -c 'PROVE=`which prove`; sudo $PROVE t/*.t'