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 9 additions and 0 deletions
Showing only changes of commit 8e36cc67bb - Show all commits

9
.gitlab-ci.yml Normal file
View File

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