We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb5f2d commit 10f98f0Copy full SHA for 10f98f0
.travis.yml
@@ -8,17 +8,18 @@ language: perl
8
perl:
9
- blead
10
- 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'
+ - "5.30"
+ - "5.28"
+ - "5.26"
+ - "5.24"
+ - "5.22"
+ - "5.20"
+ - "5.18"
+ - "5.16"
+ - "5.14"
+ - "5.12"
+ - "5.10"
22
+ - "5.8"
23
cache:
24
directories:
25
- $HOME/perl5
@@ -28,7 +29,7 @@ matrix:
28
29
fast_finish: 1
30
include:
31
- env: COVERAGE=1
- perl: '5.28'
32
+ perl: "5.30"
33
env:
34
global:
35
- AUTHOR_TESTING=1
0 commit comments