summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Pion <pion@afnic.fr>2022-05-02 07:14:43 +0200
committerAlexandre Pion <pion@afnic.fr>2022-05-02 07:14:43 +0200
commitd889cdf591cc87724304fdb5413b90a5988cd2f5 (patch)
treef5891b292e6e430bf21d3018b34a1f6d767e1c58
parentac30ed5ae476e7b0c1fe5b096cdd1c60f9403327 (diff)
Fix unfound Perl version
Travis automatically fetches a tarball based on provided Perl version. Sometimes there is no tarball available for a generic version (error 404).
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3087636..290ca43 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,12 +5,12 @@ env:
language: perl
perl:
- - "5.30"
+ - "5.30.2"
- "5.28"
- "5.26"
- "5.24"
- "5.22"
- - "5.16"
+ - "5.14.4"
before_install:
# quoting preserves newlines in the script and then avoid error if the