mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
14 lines
136 B
YAML
14 lines
136 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "8"
|
|
|
|
before_script:
|
|
- npm install
|
|
|
|
script:
|
|
- npm test
|
|
|
|
after_success:
|
|
- npm run coverage
|