]> git.r.bdr.sh - rbdr/sumo/blame - .gitlab-ci.yml
Use Gitlab Pipelines Instead of Travis CI
[rbdr/sumo] / .gitlab-ci.yml
CommitLineData
8f039ab3
RBR
1image: node:8
2
3stages:
4 - lint
5 - build
6
7lint:
8 stage: lint
9 script:
10 - npm install
11 - npm run lint
12
13build:
14 stage: build
15 script:
16 - npm install
17 - npm run build