make sure VERSION is numified
[p5sagit/strictures.git] / .travis.yml
CommitLineData
c6b0ba51 1language: perl
2perl:
3 - "5.8"
4 - "5.10"
5 - "5.12"
6 - "5.14"
7 - "5.16"
8 - "5.18"
9 - "5.20"
10 - "dev"
11matrix:
12 include:
13 - perl: 5.8.1
14 env: AUTHOR_TESTING=0
15 - perl: 5.18
16 env: COVERAGE=1
17sudo: false
18before_install:
19 - eval $(curl https://travis-perl.github.io/init) --auto
20branches:
21 except:
22 - /^wip\//
23 - /^blocked/
24notifications:
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