c34ed8006a0dbde7763d45154c56fc172c64b863
[gitmo/Moo.git] / .travis.yml
1 language: perl
2 perl:
3   - "5.18"
4   - "5.12.5"
5   - "5.8.4"
6   - "5.8.4_thr"
7 before_install:
8   - source maint/travis-perlbrew
9   - perlbrew install-cpanm -f
10   - perl -V
11 install:
12   - cpanm --verbose --no-interactive --no-man-pages --notest strictures autodie ExtUtils::MakeMaker
13   - cpanm --verbose --no-interactive --no-man-pages --notest --installdeps --with-develop --with-recommends --with-suggests .
14   - cpanm --verbose --no-interactive --no-man-pages --notest Devel::Cover::Report::Coveralls
15 script:
16   - maint/fulltest --cover
17 after_success:
18   - cover -report coveralls
19 notifications:
20   email: false
21   on_success: change
22   on_failure: change