remove obsolete thing that never worked
[scpubgit/Q-Branch.git] / .travis.yml
CommitLineData
765bd89c 1sudo: false
2language: perl
3perl:
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"
16matrix:
17 allow_failures:
18 - perl: "blead"
19 - perl: "dev"
20env:
21 global:
22 - COVERAGE="coveralls codecov"
23before_install:
24 - eval $(curl https://travis-perl.github.io/init) --auto