aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 20:16:53 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 20:16:53 +0100
commit1f2535f259e7fc74d50f652e268b1a529e752d07 (patch)
treeed3e9dce35e7b6b3c4fbaf1a26c4b667ce5003f9 /appveyor.yml
parentMerge branch 'develop' into feature/mute-service (diff)
downloadferdium-app-1f2535f259e7fc74d50f652e268b1a529e752d07.tar.gz
ferdium-app-1f2535f259e7fc74d50f652e268b1a529e752d07.tar.zst
ferdium-app-1f2535f259e7fc74d50f652e268b1a529e752d07.zip
disable yarn cache
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c00198312..a35484458 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,8 +14,8 @@ install:
14 - yarn add global gulpjs/gulp#4.0 14 - yarn add global gulpjs/gulp#4.0
15 - yarn install 15 - yarn install
16 16
17cache: 17# cache:
18 - "%LOCALAPPDATA%\\Yarn" 18# - "%LOCALAPPDATA%\\Yarn"
19 19
20before_build: 20before_build:
21 - yarn lint 21 - yarn lint