diff --git a/.travis.yml b/.travis.yml index a31bb1e..9bfb082 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,22 +1,23 @@ -language: perl -perl: - - "5.16" - - "5.14" - - "5.12" - - "5.10" - -install: - # Install the lowest possible required version for the dependencies - - cpanm ZEFRAM/Data-Float-0.000.tar.gz - - cpanm MATEU/MooX-Types-MooseLike-0.06.tar.gz - - cpanm MSTROUT/Moo-0.009001.tar.gz - - cpanm ADIE/Test-Exception-0.07.tar.gz - -# whitelist -branches: - only: - - /^build\/.*/ - -notifications: - irc: - - "irc.perl.org#web-simple" +language: perl +perl: + - "5.16" + - "5.14" + - "5.12" + - "5.10" + +install: + # Deal with all of the DZIL dependancies, quickly and quietly + - cpanm --quiet --notest Dist::Zilla + - dzil authordeps | cpanm --quiet --notest + + # Install the lowest possible required version for the dependencies + - cpanm ZEFRAM/Data-Float-0.000.tar.gz + - cpanm MATEU/MooX-Types-MooseLike-0.06.tar.gz + - cpanm MSTROUT/Moo-0.009001.tar.gz + - cpanm ADIE/Test-Exception-0.07.tar.gz +script: + - dzil smoke --release --author + +notifications: + irc: + - "irc.perl.org#web-simple"