mirror of https://github.com/Kylart/KawAnime.git
10 lines
148 B
YAML
10 lines
148 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "7"
|
||
|
- "6"
|
||
|
install:
|
||
|
- npm install
|
||
|
script:
|
||
|
- npm run test:server
|
||
|
- npm run cloc
|
||
|
after_success: npm run coverage
|