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