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