mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-11 12:32:55 +00:00
22 lines
216 B
YAML
22 lines
216 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script:
|
|
- npm run test
|
|
- npm run build
|
|
|
|
after_success:
|
|
- npm run coverage
|
|
|
|
branches:
|
|
only:
|
|
- master
|