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