diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-15 00:14:33 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-15 00:14:33 +0200 |
commit | 3d9f7913a6c825933a92224bc8346ea123d0cba0 (patch) | |
tree | 1c9c01db52b77ba17a374af0bb2999f1473a6796 | |
parent | 0a84d59688472488c865c7410c856af8b7460e88 (diff) | |
download | sbotools2-3d9f7913a6c825933a92224bc8346ea123d0cba0.tar.xz |
.travis.yml: Add Test2 things to install command
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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`; |