summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 7610fa0f79a165f9c74ebba4ba3a8cdde4274684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: perl
perl:
  - 5.22
  - "5.20"
  - 5.18
  - 5.16
  - 5.14
  - 5.12
  - "5.10"
  - 5.8
before_install:
  - perlbrew install-cpanm -f
install:
  - cpanm -nq --installdeps --with-develop --with-recommends --with-suggests .
script:
  - prove -lr t xt
  - cpanm -nq version
  - prove -lr t xt
env:
  - PERL5LIB=
  - PERL5LIB=t/fatlib_9909
  - PERL5LIB=t/fatlib_9913