Skip to content

Commit

Permalink
Add testing support for more versions of Perl
Browse files Browse the repository at this point in the history
  • Loading branch information
lancew committed Aug 18, 2017
1 parent 93a933d commit 880c6e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -1,5 +1,14 @@
language: "perl"
perl:
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.08"

script: "cpanm --installdeps . && perl Makefile.PL && make test && make install && ./test.sh && ./dsl-test.sh"

0 comments on commit 880c6e9

Please sign in to comment.