Skip to content

Commit

Permalink
run tests for Minilla against perl 5.26 too
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Jun 9, 2017
1 parent 6a26401 commit 4a40b6d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -6,10 +6,12 @@ before_script:
install:
- cpanm -nq --installdeps --with-develop --with-recommends .
perl:
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- 5.16
- 5.14
- 5.12
- "5.16"
- "5.14"
- "5.12"
- "5.10"

0 comments on commit 4a40b6d

Please sign in to comment.