try removing travis-perl-helpers
[p5sagit/Devel-Declare.git] / .travis.yml
CommitLineData
953f55d4 1addons:
2 apt:
3 packages:
4 - aspell
5 - aspell-en
6language: perl
53b87cdc 7matrix:
8 include:
9 - perl: "5.30"
10 - perl: "5.28"
11 - perl: "5.26"
12 - perl: "5.24"
13 - perl: "5.22"
14 - perl: "5.20"
15 dist: trusty
16 - perl: "5.18"
17 dist: trusty
18 - perl: "5.16"
19 dist: trusty
20 - perl: "5.14"
21 dist: trusty
22 - perl: "5.12"
23 dist: trusty
24 - perl: "5.10"
25 dist: trusty
26 - perl: "5.8"
27 dist: trusty
953f55d4 28env:
29 global:
30 - AUTHOR_TESTING=1
31 - AUTOMATED_TESTING=1
32 - RELEASE_TESTING=0
33before_install:
953f55d4 34 - perl -V
53b87cdc 35 - cpan-install B::Hooks::OP::Check ExtUtils::Depends
953f55d4 36script:
37 - perl Makefile.PL
38 - make
39 - prove -b -r -s -j$(test-jobs) $(test-files)