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