diff --git a/.travis.yml b/.travis.yml index 70f0bd8..f0352c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,13 @@ --- before_install: - export HARNESS_OPTIONS=j10:c HARNESS_TIMER=1 - - rm .travis.yml - git config --global user.name "Dist Zilla Plugin TravisCI" - git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org" install: - - cpanm --installdeps -n . + - cpanm --notest --skip-satisfied Pod::Weaver::Section::Support Test::Pod Text::Autoformat Test::TrailingSpace Dist::Zilla + - dzil authordeps | cpanm --notest --skip-satisfied + - dzil listdeps --author | cpanm --notest --skip-satisfied + language: perl perl: - '5.14' @@ -16,4 +18,4 @@ perl: - '5.24' - '5.26' script: - - prove -l t + - dzil test --all