Skip to content

Commit

Permalink
Merge pull request #6 from paultcochrane/pr/add-travis-ci-config
Browse files Browse the repository at this point in the history
Add initial Travis-CI configuration
  • Loading branch information
redhotpenguin committed Jul 7, 2018
2 parents 7b312d4 + 5c06dbf commit df70337
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: perl

install:
cpanm --installdeps .

perl:
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"

0 comments on commit df70337

Please sign in to comment.