aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-23 16:43:48 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-23 16:43:48 +0100
commit8d59264e662b05389000f767b452420749ed1ce1 (patch)
treee3e4df221bb98ffb422aefd449bdf103ee364264 /appveyor.yml
parentAdd gulp as a local dependency (diff)
downloadferdium-app-8d59264e662b05389000f767b452420749ed1ce1.tar.gz
ferdium-app-8d59264e662b05389000f767b452420749ed1ce1.tar.zst
ferdium-app-8d59264e662b05389000f767b452420749ed1ce1.zip
remove gulp as a global dependency
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a8e55d25f..d9296b1f6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,8 +11,6 @@ version: 5.0.0.{build}
11install: 11install:
12 - ps: Install-Product node 8 12 - ps: Install-Product node 8
13 - yarn cache clean 13 - yarn cache clean
14 - yarn add global gulp-cli@1.2.2
15 - yarn add global gulpjs/gulp#4.0
16 - yarn install 14 - yarn install
17 15
18# cache: 16# cache: