Enable CI on drone #6

Merged
manuel merged 21 commits from feature/dronetest into develop 2018-09-04 00:13:28 +02:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit e5c5790172 - Show all commits

7
.drone.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
build:
image: node:8
commands:
- npm install
- npm run test
- npm run build-prod