Skip to content

Commit

Permalink
kritika
Browse files Browse the repository at this point in the history
  • Loading branch information
vti committed Aug 8, 2017
1 parent 3089af3 commit 7c1ec6e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 7c1ec6e

Please sign in to comment.