18 lines
198 B
YAML
18 lines
198 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "stable"
|
|
- "6"
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
before_script: npm install
|
|
|
|
after_success: npm run coverage
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- /^v[0-9].*$/
|