38e431fe26603360282fcff621f31da8d68ab9e6
[gitmo/Moo.git] / .travis.yml
1 language: perl
2 perl:
3   - "5.8.4"
4   - "5.8.4_thr"
5 before_install:
6   - source maint/travis-perlbrew
7   - perlbrew install-cpanm -f
8   - perl -V
9 install:
10   - cpanm --verbose --no-interactive --notest strictures autodie
11   - cpanm --verbose --no-interactive --notest --installdeps --with-develop --with-recommends --with-suggests .
12   - cpanm --verbose --no-interactive --notest 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