Remove .travis.yml

travis-ci.org has shut down. We can use GitHub actions for continuous
integration as a replacement.
This commit is contained in:
Håkon Hægland 2022-03-25 20:33:20 +01:00
parent 780b0b886f
commit 99838215e0

View file

@ -1,25 +0,0 @@
language: perl
matrix:
include:
- perl: "5.30"
- perl: "5.28"
- perl: "5.26"
- perl: "5.24"
- perl: "5.22"
- perl: "5.20"
dist: trusty
- perl: "5.18"
dist: trusty
- perl: "5.16"
dist: trusty
- perl: "5.14"
dist: trusty
- perl: "5.12"
dist: trusty
- perl: "5.10"
dist: trusty
before_install:
cpanm -n Devel::Cover::Report::Coveralls
script:
perl Build.PL && ./Build build && cover -test -report coveralls