Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use trusty for everything, and cache perl builds
  • Loading branch information
briandfoy committed Dec 20, 2019
1 parent 0ba3cba commit 5b94a7a
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 5b94a7a

Please sign in to comment.