From 205af385ebc5f7cd9ca22e0b922e2904ce98ed43 Mon Sep 17 00:00:00 2001 From: Huafu Gandon Date: Fri, 10 Aug 2018 11:33:13 +0200 Subject: [PATCH] ci: cache only templates --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 196ca22c27..97231fd2b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: cache: npm: true directories: - - /tmp/ts-jest-e2e-workdir + - /tmp/ts-jest-e2e-workdir/__templates__ node_js: - "10" diff --git a/appveyor.yml b/appveyor.yml index b8836260f5..a5fdf849ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,7 @@ install: cache: - '%APPDATA%\npm-cache -> package.json' - - '%APPDATA%\ts-jest-e2e' + - '%APPDATA%\ts-jest-e2e\__templates__' # Post-install test scripts. test_script: