Release commit for 0.006_020
[p5sagit/Devel-Declare.git] / .travis.yml
1 addons:
2   apt:
3     packages:
4       - aspell
5       - aspell-en
6 language: perl
7 perl:
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"
22 env:
23   global:
24     - AUTHOR_TESTING=1
25     - AUTOMATED_TESTING=1
26     - RELEASE_TESTING=0
27 before_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
32   - build-dist
33   - cd $BUILD_DIR
34 install:
35   - cpan-install --deps
36 script:
37   - perl Makefile.PL
38   - make
39   - prove -b -r -s -j$(test-jobs) $(test-files)