aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-04-19 01:55:57 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-04-19 01:55:57 +0200
commit34687e66248fbda44ae061ada8590c451de20fc9 (patch)
tree9638c765e1abdd2a12c2c0bfef4be8bc458ad9b6 /.travis.yml
parent971887904ebe3e808280966e31a550991b9528b8 (diff)
downloadsbotools-34687e66248fbda44ae061ada8590c451de20fc9.tar.xz
Add another test prereq to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 973dd20..7cf180d 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
+ - cpanm Text::Diff Capture::Tiny Test::Output Devel::Cover Test::Exit
script:
- bash -c '
PROVE=`which prove`;