From 7c1ec6e70bda31abadc8f29081659d0f8e2250ca Mon Sep 17 00:00:00 2001 From: vti Date: Wed, 9 Aug 2017 00:09:52 +0200 Subject: [PATCH] kritika --- .travis.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a231970ad..46ba96ca9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,11 @@ language: perl perl: - "5.20" - - "5.18" - - "5.16" - - "5.14" - - "5.12" - - "5.10" +# - "5.18" +# - "5.16" +# - "5.14" +# - "5.12" +# - "5.10" notifications: irc: @@ -27,9 +27,10 @@ install: - cpanm --no-skip-satisfied Class::Method::Modifiers YAML::XS || { cat ~/.cpanm/build.log ; false ; } - dzil authordeps --missing | cpanm --no-skip-satisfied || { cat ~/.cpanm/build.log ; false ; } - dzil listdeps --author --missing | cpanm --no-skip-satisfied || { cat ~/.cpanm/build.log ; false ; } + - cpanm -n Dist::Zilla::App::Command::cover # We do not need sudo. Setting this allows travis to use (Docker) containers on EC2 sudo: false script: - - dzil smoke --author --release + - dzil cover -report kritika