simplify dynamic prereq setting to only add Cpanel::JSON::XS if possible
[p5sagit/JSON-MaybeXS.git] / .travis.yml
CommitLineData
692843d7 1language: perl
2perl:
3 - "5.8"
4 - "5.10"
5 - "5.12"
6 - "5.14"
7 - "5.16"
8 - "5.18"
9 - "5.20"
10 - "5.22"
11 - "5.24"
12 - "5.26"
398c6fca 13 - "5.28"
b2c4c353 14 - "5.30"
692843d7 15 - "dev"
16 - "blead"
692843d7 17before_install:
18 - eval $(curl https://travis-perl.github.io/init) --auto