Use accessor instead of low level header value in tests
[catagits/Catalyst-Action-REST.git] / .travis.yml
CommitLineData
c5af27c0 1language: perl
2perl:
3 - "5.18"
4 - "5.16"
5 - "5.14"
6 - "5.12"
7 - "5.10"
8 - "5.8"
9
10install:
11 - export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
12 - cpanm --quiet --notest Devel::Cover::Report::Coveralls
13 - cpanm --quiet --notest --installdeps --with-suggests .
14
15script:
16 - PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lrsv t
17 - cover
18
19after_success:
20 - cover -report coveralls