update warning category list for 5.39.8
[p5sagit/strictures.git] / .travis.yml
CommitLineData
d5529858 1addons:
2 apt:
3 packages:
4 - aspell
c6b0ba51 5language: perl
6perl:
fc2cc31d 7 - "5.8.1"
8 - "5.8.1-thr"
9 - "5.8.2"
10 - "5.8.2-thr"
11 - "5.8.3"
12 - "5.8.3-thr"
13 - "5.8.4"
14 - "5.8.4-thr"
c6b0ba51 15 - "5.8"
16 - "5.10"
17 - "5.12"
18 - "5.14"
19 - "5.16"
20 - "5.18"
21 - "5.20"
d5529858 22 - "5.22"
23 - "5.24"
24 - "5.26"
25 - blead # builds perl from git
26 - dev # latest point release
c6b0ba51 27matrix:
28 include:
c6b0ba51 29 - perl: 5.18
30 env: COVERAGE=1
31sudo: false
32before_install:
33 - eval $(curl https://travis-perl.github.io/init) --auto
34branches:
35 except:
36 - /^wip\//
37 - /^blocked/
38notifications:
39 email: false
40 irc:
41 channels:
42 - "irc.perl.org#moo-smoke"
43 template:
44 - "%{branch}#%{build_number} by %{author}: %{message} (%{build_url})"
45 on_success: change
46 on_failure: always
47 skip_join: true