use more efficient expr form of map, grep when possible
[p5sagit/Try-Tiny.git] / .travis.yml
CommitLineData
12b7dc6c 1language: perl
2perl:
8102b913 3 - blead # builds perl from git
4 - dev # latest point release
dff5a046 5 - "5.30"
6 - "5.28"
8102b913 7 - "5.26"
8 - "5.24"
9 - "5.22"
10 - "5.20"
11 - "5.18"
12 - "5.16"
13 - "5.14"
14 - "5.12"
15 - "5.10"
16 - "5.8"
17env:
18 global:
19 - AUTHOR_TESTING=1
20 - AUTOMATED_TESTING=1
21 - RELEASE_TESTING=0
22before_install:
23 - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
24 - source ~/travis-perl-helpers/init
25 - build-perl
26 - perl -V
27 - build-dist
28 - cd $BUILD_DIR
12b7dc6c 29install:
8102b913 30 - cpan-install --deps
12b7dc6c 31script:
8102b913 32 - perl Makefile.PL
33 - make
579add62 34 - prove -b -r -s -j$(test-jobs) $(test-files)