B::Hooks::OP::Check::Install::Files is not indexed
[p5sagit/Devel-Declare.git] / .travis.yml
CommitLineData
953f55d4 1addons:
2 apt:
3 packages:
4 - aspell
5 - aspell-en
6language: perl
7perl:
8 - blead # builds perl from git
9 - dev # latest point release
10 - "5.30"
11 - "5.28"
12 - "5.26"
13 - "5.24"
14 - "5.22"
15 - "5.20"
16 - "5.18"
17 - "5.16"
18 - "5.14"
19 - "5.12"
20 - "5.10"
21 - "5.8"
22env:
23 global:
24 - AUTHOR_TESTING=1
25 - AUTOMATED_TESTING=1
26 - RELEASE_TESTING=0
27before_install:
28 - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
29 - source ~/travis-perl-helpers/init
30 - build-perl
31 - perl -V
d258bf17 32 - cpan-install B::Hooks::OP::Check ExtUtils::Depends
953f55d4 33 - build-dist
34 - cd $BUILD_DIR
35install:
36 - cpan-install --deps
37script:
38 - perl Makefile.PL
39 - make
40 - prove -b -r -s -j$(test-jobs) $(test-files)