Skip to content

Commit

Permalink
Merge pull request #43 from jluis/test
Browse files Browse the repository at this point in the history
Check on Travis supported stable Perl  versions - thanks
  • Loading branch information
ranguard committed Oct 2, 2016
2 parents a4246d4 + bfa7841 commit 7e6d161
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,11 +1,15 @@
language: perl
perl:
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"

- "5.8"

install:
- cpanm --quiet --notest --skip-satisfied Dist::Zilla
- cpanm Test::NoTabs
Expand Down

0 comments on commit 7e6d161

Please sign in to comment.