You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
208 B
16 lines
208 B
3 years ago
|
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+$/
|