Skip to content

Commit

Permalink
Update and fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Jun 30, 2017
1 parent 89cf2a2 commit 222d3c5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
sudo: false
language: perl
perl:
- "5.20"
- "5.24"
- "5.22"
- "5.18"
- "5.16"
- "5.14"
- "5.12"

install:
- cpanm --quiet --notest --skip-satisfied Dist::Zilla
- dzil authordeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-satisfied
- cpanm --quiet --notest --skip-installed Dist::Zilla
- dzil authordeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-installed
- 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
- cpanm --quiet --notest --skip-installed Dist::Zilla::App::Command::cover Devel::Cover::Report::Coveralls
- dzil cover -test
- dzil cover -report coveralls

Expand Down

0 comments on commit 222d3c5

Please sign in to comment.