add travis config
[p5sagit/Eval-WithLexicals.git] / .travis.yml
CommitLineData
b1f110c7 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"
13 - "dev"
14 - "blead"
15sudo: false
16before_install:
17 - eval $(curl https://travis-perl.github.io/init) --auto