16 lines
208 B
YAML
16 lines
208 B
YAML
|
language: node_js
|
||
|
cache:
|
||
|
directories:
|
||
|
- ~/.npm
|
||
|
notifications:
|
||
|
email: false
|
||
|
script:
|
||
|
- npm run test
|
||
|
node_js:
|
||
|
- '9'
|
||
|
- '8'
|
||
|
- '6'
|
||
|
- '4'
|
||
|
branches:
|
||
|
except:
|
||
|
- /^v\d+\.\d+\.\d+$/
|