Skip to content

Commit

Permalink
Stay explicitly on Trusty so that Perl 5.18 and below are available
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Igor Afanasyev committed Jul 30, 2019
1 parent 0e49e50 commit 98dd306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: perl
dist: trusty
install:
- cpanm -n -q --skip-satisfied --installdeps .
before_script:
Expand Down

0 comments on commit 98dd306

Please sign in to comment.