Skip to content

Commit

Permalink
Limiting Perl versions and specified distribution trusty for support …
Browse files Browse the repository at this point in the history
…for Perl 5.14
  • Loading branch information
jonasbn committed Sep 25, 2019
1 parent 4506bb6 commit 0dbfe46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,11 +1,9 @@
sudo: false # Migrating from legacy to container-based infrastructure for Travis
# Ref: http://docs.travis-ci.com/user/migrating-from-legacy/
dist: trusty
language: perl
perl:
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.30"
- "5.14"

before_install:
Expand Down

0 comments on commit 0dbfe46

Please sign in to comment.