sbotools2

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

commit 6e00afc074c558f3786a2e7bd96e823a5f3bc661
parent f3ed81dd30a7a6df8084b491b0cf1ad58c954fc3
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sun, 25 Sep 2016 22:57:21 +0200

Revert ".travis.yml: Add Test2 things to install command"

This reverts commit 3d9f7913a6c825933a92224bc8346ea123d0cba0.

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

diff --git a/.travis.yml b/.travis.yml @@ -15,7 +15,7 @@ env: sudo: required install: - sudo bash t/travis-deps/install.sh - - cpanm Test2::API Test2::Compare Text::Diff Capture::Tiny Test::Output Devel::Cover Test::Exit + - cpanm Text::Diff Capture::Tiny Test::Output Devel::Cover Test::Exit script: - bash -c ' PROVE=`which prove`;