Skip to content

Commit

Permalink
Add Perl versions 5.24 & 5.26 to TravisCI
Browse files Browse the repository at this point in the history
- also don't specify point-release on 5.10 (allow TravisCI to use
  pre-built latest)
  • Loading branch information
jlav1n committed Jul 25, 2017
1 parent 645eb9b commit 1a6f02f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,13 +1,15 @@
language: perl
perl:
- "5.8.9"
- "5.10.1"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"
- "5.26"
sudo: false
services:
- mysql
Expand Down

0 comments on commit 1a6f02f

Please sign in to comment.