Skip to content

Commit 07c93ca

Browse files
committed
Test Perl 5.8 on travis
5.8.8 is shipped with RHEL 5, also oldest version supported by Travis
1 parent 1e81256 commit 07c93ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dist: trusty
1616
sudo: required
1717
language: perl
1818
perl:
19-
- '5.10'
19+
- '5.8' # 5.8.8 is shipped with RHEL 5, also oldest version supported by Travis
2020
- '5.24'
2121

2222
before_install:

0 commit comments

Comments
 (0)