Release 2.0 #13

Merged
Dandellion merged 4 commits from develop into master 2019-02-28 14:01:13 +01:00
1 changed files with 6 additions and 0 deletions

6
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,6 @@
image: node:10-slim
build:
script:
- npm install
- npm build