The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
language: perl
perl:
   - "5.22"
   - "5.20"
   - "5.18"
   - "5.16"
   - "5.14"
   - "5.12"
   - "5.10"

branches:
  only:
    - /^build/

before_install:
   # Prevent "Please tell me who you are" errors for certain DZIL configs
   - git config --global user.name "Lokku Nestoria"
   - git config --global user.email "ops@lokku.com"

# Use new container-based infrastructure by declaring that we don't need sudo
sudo: false