diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-25 22:57:21 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-25 22:57:21 +0200 |
commit | 6e00afc074c558f3786a2e7bd96e823a5f3bc661 (patch) | |
tree | 190a8ca3813325404c1e61c6e51954892752fb42 /.travis.yml | |
parent | f3ed81dd30a7a6df8084b491b0cf1ad58c954fc3 (diff) | |
download | sbotools-6e00afc074c558f3786a2e7bd96e823a5f3bc661.tar.xz |
Revert ".travis.yml: Add Test2 things to install command"
This reverts commit 3d9f7913a6c825933a92224bc8346ea123d0cba0.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0f2d959..7cf180d 100644 --- 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`; |