Skip to content

Commit 10f98f0

Browse files
committed
Update .travis.yml
1 parent 0cb5f2d commit 10f98f0

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.travis.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ language: perl
88
perl:
99
- blead
1010
- dev
11-
- '5.28'
12-
- '5.26'
13-
- '5.24'
14-
- '5.22'
15-
- '5.20'
16-
- '5.18'
17-
- '5.16'
18-
- '5.14'
19-
- '5.12'
20-
- '5.10'
21-
- '5.8'
11+
- "5.30"
12+
- "5.28"
13+
- "5.26"
14+
- "5.24"
15+
- "5.22"
16+
- "5.20"
17+
- "5.18"
18+
- "5.16"
19+
- "5.14"
20+
- "5.12"
21+
- "5.10"
22+
- "5.8"
2223
cache:
2324
directories:
2425
- $HOME/perl5
@@ -28,7 +29,7 @@ matrix:
2829
fast_finish: 1
2930
include:
3031
- env: COVERAGE=1
31-
perl: '5.28'
32+
perl: "5.30"
3233
env:
3334
global:
3435
- AUTHOR_TESTING=1

0 commit comments

Comments
 (0)