c3ee64b8aec7c9e80eae93c820677a823a14f1c1
[gitmo/Moo.git] / .travis.yml
1 language: perl
2 perl:
3   - "5.8.3"
4   - "5.8.3_thr"
5 before_install:
6   - source maint/travis-perlbrew
7   - perlbrew install-cpanm -f
8   - perl -V
9 install:
10   - cpanm -nq strictures
11   - cpanm -nq --installdeps --with-develop --with-recommends --with-suggests .
12   - cpanm -nq Devel::Cover::Report::Coveralls
13 script:
14   - maint/fulltest --cover
15 after_success:
16   - cover -report coveralls
17 notifications:
18   email: false
19   on_success: change
20   on_failure: change