ci: update

Signed-off-by: BoHong Li <a60814billy@gmail.com>
This commit is contained in:
BoHong Li 2019-05-27 18:35:35 +08:00
parent 3d48eb67fb
commit 2f8f912565
No known key found for this signature in database
GPG Key ID: 9696D5590D58290F
1 changed files with 4 additions and 4 deletions

View File

@ -18,12 +18,12 @@ matrix:
- node_js: "11"
- node_js: "12"
script:
- yarn test:ci
- yarn build
jobs:
include:
- stage: test
script: yarn test:ci
- stage: build-frontend
script: yarn build
- stage: doctoc-check
install: npm install -g doctoc
if: type = pull_request OR branch = master