From 501ec4f6ca0201194b6f628c4027f3d9d574988e Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Mon, 28 May 2018 10:29:14 +0100 Subject: [PATCH] CI: Remove global install of nearley et al --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e851e5e2..8c65abc6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -70,9 +70,6 @@ install: # Install NPM modules # - bash -e -l -c "cd /C/Tridactyl && npm install -g windows-build-tools" - - bash -e -l -c "cd $APPVEYOR_BUILD_FOLDER && npm -g install marked" - - bash -e -l -c "cd $APPVEYOR_BUILD_FOLDER && npm -g install typedoc" - - bash -e -l -c "cd $APPVEYOR_BUILD_FOLDER && npm -g install nearley" - bash -e -l -c "cd $APPVEYOR_BUILD_FOLDER && npm install" build_script: