The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# use the container-based infrastructure
sudo: false

language: perl
perl:
   - "5.8"
   - "5.10"
   - "5.12"
   - "5.14"
   - "5.16"
   - "5.18"
   - "5.20"
   - "5.21"

matrix:
   allow_failures:
      - perl: "5.8"
      - perl: "5.21"

before_install:
   # git bits sometimes needed...
   - git config user.name 'Travis-CI'
   - git config user.email 'travis@nowhere.dne'