-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (29 loc) · 698 Bytes
/
Copy path.travis.yml
File metadata and controls
36 lines (29 loc) · 698 Bytes
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
language: perl
perl:
- "5.28"
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
before_install:
install:
- cpanm --quiet --notest Dist::Zilla
- dzil authordeps --missing | cpanm --quiet --notest
- dzil listdeps --missing | cpanm --quiet --notest
script:
- HARNESS_IS_VERBOSE=1 prove -v -Ilib t
after_success:
- cpanm -n Devel::Cover::Report::Coveralls
- cover -test -make 'prove -Ilib t' -report coveralls
#branches:
# only:
# - releases
before_install:
- git config --global user.name "TravisCI"
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init
- build-perl
- perl -V