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