Enable CI on drone #6

Merged
manuel merged 21 commits from feature/dronetest into develop 2018-09-04 00:13:28 +02:00
Showing only changes of commit 35f19beda0 - Show all commits

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