Skip to content

Commit 15cbee3

Browse files
committed
Remove perl 5.8 tests
Inline::C v0.76 fail to install on perl v5.8 we remove from travis test at the moment and add more versions to test against.
1 parent ff32b69 commit 15cbee3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
language: perl
22
perl:
3+
- "5.24"
4+
- "5.22"
5+
- "5.20"
6+
- "5.18"
37
- "5.16"
48
- "5.14"
5-
- "5.8"
9+
- "5.12"
10+
- "5.10"

0 commit comments

Comments
 (0)