remove extraneous strictures import in test
[p5sagit/strictures.git] / .travis.yml
CommitLineData
c6b0ba51 1language: perl
2perl:
fc2cc31d 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"
c6b0ba51 11 - "5.8"
12 - "5.10"
13 - "5.12"
14 - "5.14"
15 - "5.16"
16 - "5.18"
17 - "5.20"
18 - "dev"
19matrix:
20 include:
c6b0ba51 21 - perl: 5.18
22 env: COVERAGE=1
23sudo: false
24before_install:
25 - eval $(curl https://travis-perl.github.io/init) --auto
26branches:
27 except:
28 - /^wip\//
29 - /^blocked/
30notifications:
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