Use accessor instead of low level header value in tests
[catagits/Catalyst-Action-REST.git] / .travis.yml
1 language: perl
2 perl:
3    - "5.18"
4    - "5.16"
5    - "5.14"
6    - "5.12"
7    - "5.10"
8    - "5.8"
9
10 install:
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
15 script:
16    - PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lrsv t
17    - cover
18
19 after_success:
20   - cover -report coveralls