--- /dev/null
+language: perl
+perl:
+ - "5.8"
+ - "5.10"
+ - "5.12"
+ - "5.14"
+ - "5.16"
+ - "5.18"
+ - "5.20"
+ - "dev"
+matrix:
+ include:
+ - perl: 5.8.1
+ env: AUTHOR_TESTING=0
+ - perl: 5.18
+ env: COVERAGE=1
+sudo: false
+before_install:
+ - eval $(curl https://travis-perl.github.io/init) --auto
+branches:
+ except:
+ - /^wip\//
+ - /^blocked/
+notifications:
+ email: false
+ irc:
+ channels:
+ - "irc.perl.org#moo-smoke"
+ template:
+ - "%{branch}#%{build_number} by %{author}: %{message} (%{build_url})"
+ on_success: change
+ on_failure: always
+ skip_join: true