diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-19 01:55:57 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-19 01:55:57 +0200 |
commit | 34687e66248fbda44ae061ada8590c451de20fc9 (patch) | |
tree | 9638c765e1abdd2a12c2c0bfef4be8bc458ad9b6 /.travis.yml | |
parent | 971887904ebe3e808280966e31a550991b9528b8 (diff) | |
download | sbotools-34687e66248fbda44ae061ada8590c451de20fc9.tar.xz |
Add another test prereq to travis
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 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`; |