We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43571d2 commit a5548c6Copy full SHA for a5548c6
1 file changed
.travis.yml
@@ -9,17 +9,17 @@ language: perl
9
perl:
10
- "blead"
11
- "dev"
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"
+ - "5.28.2@dbic"
+ - "5.26.3@dbic"
+ - "5.24.4@dbic"
+ - "5.22.4@dbic"
+ - "5.20.3@dbic"
+ - "5.18.3@dbic"
+ - "5.16.3@dbic"
+ - "5.14.4@dbic"
+ - "5.12.5@dbic"
+ - "5.10.1@dbic"
+ - "5.8.8@dbic"
23
env:
24
global:
25
- COVERAGE="coveralls codecov"
0 commit comments