Skip to content

Commit

Permalink
Tell TravisCI to test on 5.24
Browse files Browse the repository at this point in the history
Also convert version numbers to strings.  That way it doesn't think 5.10
is the same as 5.1.
  • Loading branch information
brummett committed Sep 21, 2016
1 parent caf080a commit 03bc46d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: perl
perl:
- 5.8
- 5.10
- 5.12
- 5.14
- 5.16
- 5.18
- 5.20
- 5.21
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"

0 comments on commit 03bc46d

Please sign in to comment.