forked from perljedi/net-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
28 lines (27 loc) · 788 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
language: perl
perl:
- '5.24'
- '5.22'
- '5.20'
- '5.18'
matrix:
fast_finish: true
before_install:
- export AUTOMATED_TESTING=1 NONINTERACTIVE_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1 TMPDIR=/tmp
- git clone git://github.com/haarg/perl-travis-helper
- source perl-travis-helper/init
- build-perl
- perl -V
- git config --global user.name "TravisCI"
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
install:
- cpanm --quiet --notest --skip-satisfied Dist::Zilla Test::Pod
- dzil authordeps --missing | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm
--quiet --notest
- dzil listdeps --author --missing | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm
--quiet --notest
script:
- dzil smoke --release --author
sudo: false
notifications:
email: false