Skip to content

Commit

Permalink
Restrict build system to 'trusty'
Browse files Browse the repository at this point in the history
... so that the relevant Perls can be installed.  Travis-CI doesn't
build old Perls for Xenial (Ubuntu 16)[1], hence the builds from 5.20
and below fail because the system Perl is used and not a perlbrew-ed
Perl.  This commit should get Travis builds for these old versions back
working again.

[1] https://travis-ci.community/t/failure-with-perl-5-16-5-18-5-20/2458
  • Loading branch information
paultcochrane committed Aug 5, 2019
1 parent 688b8c7 commit 9a6ac50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
sudo: true

dist: trusty

language: perl

perl:
Expand Down

0 comments on commit 9a6ac50

Please sign in to comment.