Skip to content

Commit

Permalink
Travis / AppVeyor: cache the dep config files
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Jul 27, 2017
1 parent 36f10d2 commit b5cbd3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cache:
directories:
# local::lib caching
- $HOME/perl5
- maint/cpanfile-git-log
addons:
apt:
packages:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cache:
- C:\msys64\mingw64\bin\cpanm -> appveyor.yml
- C:\msys64\mingw64\bin\dzil -> appveyor.yml
- C:\msys64\home\%Username%\perl5 -> appveyor.yml
- maint/cpanfile-git-log -> appveyor.yml

environment:
matrix:
Expand Down

0 comments on commit b5cbd3d

Please sign in to comment.