From 99531d757cc8b5c839a4d1605a438fc334a68bc2 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 10 Jan 2019 15:50:34 -0800 Subject: [PATCH] Configure caching on travis and appveyor --- .appveyor.yml | 3 ++- .travis.yml | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 934d6f51..1d9fb179 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,5 +23,6 @@ branches: - master cache: - - test\fixtures + - target + - test\fixtures\grammars - C:\Users\appveyor\.cargo diff --git a/.travis.yml b/.travis.yml index 45bc26e3..47b88e81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,8 @@ before_install: branches: only: - master + +cache: + cargo: true + directories: + - test/fixtures/grammars