Cache the extlib directory between builds

This commit is contained in:
Mark Smith 2019-11-29 03:52:42 +00:00
parent 6162055832
commit bf6b59fe90
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
dist: trusty
dist: bionic
language: generic
install:
- sudo apt-get update
@ -10,3 +10,6 @@ before_script:
script:
- env LJHOME=$TRAVIS_BUILD_DIR perl -Iextlib/lib/perl5 t/00-compile.t
- env LJHOME=$TRAVIS_BUILD_DIR perl -Iextlib/lib/perl5 t/02-tidy.t
cache:
directories:
- extlib