CI: Remove global install of nearley et al

This commit is contained in:
Oliver Blanthorn 2018-05-28 10:29:14 +01:00
parent 352863d98d
commit 501ec4f6ca
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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: