language: perl perl: - "5.18" - "5.12.5" - "5.8.4" - "5.8.4_thr" before_install: - source maint/travis-perlbrew - perlbrew install-cpanm -f - perl -V install: - cpanm --verbose --no-interactive --no-man-pages --notest strictures autodie ExtUtils::MakeMaker - cpanm --verbose --no-interactive --no-man-pages --notest --installdeps --with-develop --with-recommends --with-suggests . - cpanm --verbose --no-interactive --no-man-pages --notest Devel::Cover::Report::Coveralls script: - maint/fulltest --cover after_success: - cover -report coveralls branches: except: - /^wip\// - /^blocked/ notifications: email: false on_success: change on_failure: change