-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
47 lines (39 loc) · 943 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
dist: trusty
sudo: false
language: perl
env:
- COVERAGE=1 RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1 MOJO_TRUSTEDPROXY_DEBUG=1
before_install:
- git clone git://github.com/haarg/perl-travis-helper
- source perl-travis-helper/init
- build-perl
- perl -V
install:
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
- cpanm --quiet --notest --installdeps .
script:
- perl Makefile.PL
- make
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lrsv t
- cover
after_success:
- cover -report coveralls
matrix:
include:
- perl: 5.30
- perl: 5.28
- perl: 5.26
- perl: 5.24
- perl: 5.22
- perl: 5.20
- perl: 5.18
- perl: 5.16
allow_failures:
- perl: blead
notifications:
email: false
irc:
channels:
- "irc.hackthissite.org#opensource"
use_notice: true
skip_join: true