Run prove during install

master
Zach Thompson 2015-07-08 11:11:36 -06:00
parent a68d503fb5
commit 95775a9d68
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ install:
- cpanm --quiet --notest Dist::Zilla
- dzil authordeps | grep -ve '^\W' | xargs -n 5 -P 10 cpanm --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org
- dzil listdeps | grep -ve '^\W' | cpanm --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org
- prove -l 2> /dev/null
language: perl
perl:
- 5.16