Added an optional mode for RFC 7231 compliance. The Content-Type header is used to...
[catagits/Catalyst-Action-REST.git] / .travis.yml
1 sudo: false
2 language: perl
3 perl:
4    - "5.20"
5    - "5.18"
6    - "5.16"
7    - "5.14"
8    - "5.12"
9    - "5.10"
10    - "5.8"
11
12 install:
13    - export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
14    - cpanm --quiet --notest --installdeps --with-suggests .
15
16 script:
17    - prove -lrsv t