Skip to content

Commit 7011c46

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ language: perl
99
perl:
1010
- "blead"
1111
- "dev"
12-
- "5.28"
1312
- "5.26"
1413
- "5.24"
1514
- "5.22"
@@ -22,14 +21,16 @@ perl:
2221
- "5.8"
2322
env:
2423
global:
25-
- COVERAGE="coveralls codecov"
2624
- DBICTEST_PG_DSN=dbi:Pg:dbname=sqlt_test
2725
- DBICTEST_PG_USER=postgres
2826
- SPLIT_BUILD=0
2927
matrix:
3028
allow_failures:
3129
- perl: "blead"
3230
- perl: "dev"
31+
include:
32+
- perl: "5.28"
33+
env: COVERAGE="coveralls codecov"
3334
before_install:
3435
- eval $(curl https://travis-perl.github.io/init) --perl
3536
- cpan-install File::ShareDir::Install # absolute minimum for Makefile.PL

0 commit comments

Comments
 (0)