Configure caching on travis and appveyor

This commit is contained in:
Max Brunsfeld 2019-01-10 15:50:34 -08:00
parent fab4673c14
commit 99531d757c
2 changed files with 7 additions and 1 deletions

View file

@ -23,5 +23,6 @@ branches:
- master
cache:
- test\fixtures
- target
- test\fixtures\grammars
- C:\Users\appveyor\.cargo

View file

@ -12,3 +12,8 @@ before_install:
branches:
only:
- master
cache:
cargo: true
directories:
- test/fixtures/grammars