mirror of
https://github.com/apgzs/cool-admin-api.git
synced 2025-04-05 03:04:57 +08:00
13 lines
182 B
YAML
13 lines
182 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '8'
|
|
before_install:
|
|
- npm i npminstall -g
|
|
install:
|
|
- npminstall
|
|
script:
|
|
- npm run ci
|
|
after_script:
|
|
- npminstall codecov && codecov
|