Update .drone.yml

This commit is contained in:
Noah Santschi-Cooney 2018-05-19 14:28:29 +01:00 committed by GitHub
parent 59bb2071ff
commit 5949bb4c25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ pipeline:
image: node:${NODE_VERSION}
commands:
- npm i
- npm i vscode
- npm i -g vscode
- npm run test
matrix: