Skip to content

Commit 37ba881

Browse files
committed
only do coverage for one build, not all
1 parent 43571d2 commit 37ba881

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.travis.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@ addons:
66
- graphviz
77
- libxml2-dev
88
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"
239
env:
2410
global:
25-
- COVERAGE="coveralls codecov"
2611
- DBICTEST_PG_DSN=dbi:Pg:dbname=sqlt_test
2712
- DBICTEST_PG_USER=postgres
2813
- SPLIT_BUILD=0
2914
matrix:
3015
allow_failures:
3116
- perl: "blead"
3217
- perl: "dev"
18+
include:
19+
- perl: "5.28" # coverage slightly slower, start first
20+
env: COVERAGE="coveralls codecov"
21+
- perl: "blead"
22+
- perl: "dev"
23+
- perl: "5.26"
24+
- perl: "5.24"
25+
- perl: "5.22"
26+
- perl: "5.20"
27+
- perl: "5.18"
28+
- perl: "5.16"
29+
- perl: "5.14"
30+
- perl: "5.12"
31+
- perl: "5.10"
32+
- perl: "5.8"
3333
before_install:
3434
- eval $(curl https://travis-perl.github.io/init) --perl
3535
- cpan-install File::ShareDir::Install # absolute minimum for Makefile.PL

0 commit comments

Comments
 (0)