move XS prereqs to suggests rather than recommends
[p5sagit/strictures.git] / .travis.yml
1 language: perl
2 perl:
3   - "5.8.1"
4   - "5.8.1-thr"
5   - "5.8.2"
6   - "5.8.2-thr"
7   - "5.8.3"
8   - "5.8.3-thr"
9   - "5.8.4"
10   - "5.8.4-thr"
11   - "5.8"
12   - "5.10"
13   - "5.12"
14   - "5.14"
15   - "5.16"
16   - "5.18"
17   - "5.20"
18   - "dev"
19 matrix:
20   include:
21     - perl: 5.18
22       env: COVERAGE=1
23 sudo: false
24 before_install:
25   - eval $(curl https://travis-perl.github.io/init) --auto
26 branches:
27   except:
28     - /^wip\//
29     - /^blocked/
30 notifications:
31   email: false
32   irc:
33     channels:
34       - "irc.perl.org#moo-smoke"
35     template:
36       - "%{branch}#%{build_number} by %{author}: %{message} (%{build_url})"
37     on_success: change
38     on_failure: always
39     skip_join: true