commit 34687e66248fbda44ae061ada8590c451de20fc9
parent 971887904ebe3e808280966e31a550991b9528b8
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Tue, 19 Apr 2016 01:55:57 +0200
Add another test prereq to travis
Diffstat:
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
+ - cpanm Text::Diff Capture::Tiny Test::Output Devel::Cover Test::Exit
script:
- bash -c '
PROVE=`which prove`;