Skip to content

Commit

Permalink
Update Perl versions in Travis configuration up to 5.30.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Jun 28, 2019
1 parent 72ca743 commit 7b1caeb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ env: RELEASE_TESTING=1
language: perl
perl:
- "dev"
- "5.30"
- "5.28"
- "5.26"
- "5.24"
- "5.22"
- "5.20"
Expand All @@ -13,7 +16,7 @@ perl:
- "5.10"
matrix:
include:
- perl: 5.24
- perl: 5.30
env: COVERAGE=1 # enables coverage+coveralls reporting
allow_failures:
- perl: dev
Expand Down

0 comments on commit 7b1caeb

Please sign in to comment.