diff --git a/.travis.yml b/.travis.yml index 3f81e75..40e412b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,19 @@ perl: - "5.16" - "5.14" - "5.12" - - "5.10" \ No newline at end of file + - "5.10" + +install: + - cpanm --quiet --notest --skip-satisfied Dist::Zilla + - dzil authordeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-satisfied + - dzil listdeps | grep -vP '[^\w:]' | cpanm --verbose --notest + +script: + - dzil smoke --release --author + +after_success: + - cpanm --quiet --notest --skip-satisfied Dist::Zilla::App::Command::cover Devel::Cover::Report::Coveralls + - dzil cover -test + - dzil cover -report coveralls + +env: RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 \ No newline at end of file