Skip to content

Commit

Permalink
Use trusty for everything, and cache perl builds
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Dec 20, 2019
1 parent 66a9f02 commit 80f4d7b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,12 @@

sudo: false

dist: trusty

cache:
directories:
- $HOME/.perlbrew-cache

language: perl
perl:
- "5.10"
Expand All @@ -29,6 +35,10 @@ matrix:
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
- build-perl
- perl -V
- build-dist
- cd $BUILD_DIR

install:
- cpanm --quiet --installdeps --notest .
Expand Down

0 comments on commit 80f4d7b

Please sign in to comment.