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 b3ae4ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -1,5 +1,13 @@
language: "perl"
perl:
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"

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

0 comments on commit b3ae4ac

Please sign in to comment.