From 3d9f7913a6c825933a92224bc8346ea123d0cba0 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Thu, 15 Sep 2016 00:14:33 +0200 Subject: .travis.yml: Add Test2 things to install command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7cf180d..0f2d959 100644 --- 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`; -- cgit v1.2.3