alnk once again points out that mst is an idiot
[scpubgit/Q-Branch.git] / .travis.yml
1 sudo: false
2 language: perl
3 perl:
4   - "blead"
5   - "dev"
6   - "5.26"
7   - "5.24"
8   - "5.22"
9   - "5.20"
10   - "5.18"
11   - "5.16"
12   - "5.14"
13   - "5.12"
14   - "5.10"
15   - "5.8"
16 matrix:
17   allow_failures:
18     - perl: "blead"
19     - perl: "dev"
20 env:
21   global:
22     - COVERAGE="coveralls codecov"
23 before_install:
24   - eval $(curl https://travis-perl.github.io/init) --auto