Try installing some additional library
continuous-integration/drone the build failed Details

This commit is contained in:
Manuel Friedli 2018-09-01 04:12:48 +02:00
parent 304164e498
commit 35f19beda0
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ pipeline:
build: build:
image: node:8 image: node:8
commands: commands:
- apt-get install -yq libx11-xcb1
- npm install - npm install
- npm run test - npm run test
- npm run build-prod - npm run build-prod