Update .drone.yml

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

View file

@ -7,10 +7,8 @@ pipeline:
test:
image: node:${NODE_VERSION}
commands:
- export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
- npm i
- npm i vscode
- npm run test
matrix:
@ -18,4 +16,4 @@ matrix:
- "10-alpine"
- "9-alpine"
- "8.11-alpine"
- "alpine"
- "alpine"