From 98dd30670fae89da42bfe1b2c5e4ee4b33ee0426 Mon Sep 17 00:00:00 2001 From: Igor Afanasyev Date: Tue, 30 Jul 2019 16:20:20 -0700 Subject: [PATCH] Stay explicitly on Trusty so that Perl 5.18 and below are available Travis CI recently switched to Xenial, and with that Perl 5.18, 5.16 and 5.10 build targets are no longer available. Unfortunately, even most recent macOS ships with Perl 5.18, so to keep this build target, we need to stay on Trusty. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5ba56197..f300eedb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: perl +dist: trusty install: - cpanm -n -q --skip-satisfied --installdeps . before_script: