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