From: Graham Knop Date: Wed, 8 Mar 2023 06:45:52 +0000 (+0100) Subject: remove travis config X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fcurry.git;a=commitdiff_plain;h=91f4fe57173fc0806775facc840527ba66bb81e5 remove travis config --- diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7c6169c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: perl -perl: - - "5.8" - - "5.10" - - "5.12" - - "5.14" - - "5.16" - - "5.18" - - "5.20" - - "5.22" - - "5.24" - - "5.26" - - "dev" - - "blead" -sudo: false -before_install: - - eval $(curl https://travis-perl.github.io/init) --auto