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