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 43571d2 commit 7011c46Copy full SHA for 7011c46
1 file changed
.travis.yml
@@ -9,7 +9,6 @@ language: perl
9
perl:
10
- "blead"
11
- "dev"
12
- - "5.28"
13
- "5.26"
14
- "5.24"
15
- "5.22"
@@ -22,14 +21,16 @@ perl:
22
21
- "5.8"
23
env:
24
global:
25
- - COVERAGE="coveralls codecov"
26
- DBICTEST_PG_DSN=dbi:Pg:dbname=sqlt_test
27
- DBICTEST_PG_USER=postgres
28
- SPLIT_BUILD=0
29
matrix:
30
allow_failures:
31
- perl: "blead"
32
- perl: "dev"
+ include:
+ - perl: "5.28"
33
+ env: COVERAGE="coveralls codecov"
34
before_install:
35
- eval $(curl https://travis-perl.github.io/init) --perl
36
- cpan-install File::ShareDir::Install # absolute minimum for Makefile.PL
0 commit comments