Skip to content

Commit

Permalink
only do coverage for one build, not all
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 7, 2020
1 parent 43571d2 commit 7011c46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ language: perl
perl:
- "blead"
- "dev"
- "5.28"
- "5.26"
- "5.24"
- "5.22"
Expand All @@ -22,14 +21,16 @@ perl:
- "5.8"
env:
global:
- COVERAGE="coveralls codecov"
- DBICTEST_PG_DSN=dbi:Pg:dbname=sqlt_test
- DBICTEST_PG_USER=postgres
- SPLIT_BUILD=0
matrix:
allow_failures:
- perl: "blead"
- perl: "dev"
include:
- perl: "5.28"
env: COVERAGE="coveralls codecov"
before_install:
- eval $(curl https://travis-perl.github.io/init) --perl
- cpan-install File::ShareDir::Install # absolute minimum for Makefile.PL
Expand Down

0 comments on commit 7011c46

Please sign in to comment.