commit 3d9f7913a6c825933a92224bc8346ea123d0cba0 parent 0a84d59688472488c865c7410c856af8b7460e88 Author: Andreas Guldstrand <andreas.guldstrand@gmail.com> Date: Thu, 15 Sep 2016 00:14:33 +0200 .travis.yml: Add Test2 things to install command 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 Text::Diff Capture::Tiny Test::Output Devel::Cover Test::Exit + - cpanm Test2::API Test2::Compare Text::Diff Capture::Tiny Test::Output Devel::Cover Test::Exit script: - bash -c ' PROVE=`which prove`;