Document how to pass new attribute values at instance-role application time
[gitmo/Moose.git] / .travis.yml
CommitLineData
2c415e82 1language: perl
2perl:
3 - "5.16"
4 - "5.14"
5 - "5.12"
6 - "5.10"
c88e7c58 7install:
8 - cpanm -q --notest Dist::Zilla
9 - dzil authordeps --missing | cpanm -q --notest
10 - dzil listdeps --author --missing | cpanm -q --notest
11script:
12 - dzil test --all