mirror of
https://gitee.com/doramart/DoraCMS.git
synced 2024-12-01 19:57:39 +08:00
14 lines
179 B
YAML
14 lines
179 B
YAML
|
|
language: node_js
|
|
node_js:
|
|
- '8'
|
|
- '9'
|
|
before_install:
|
|
- npm i npminstall -g
|
|
install:
|
|
- npminstall
|
|
script:
|
|
- npm run ci
|
|
after_script:
|
|
- npminstall codecov && codecov
|