7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
language: node_js
|
|
node_js:
|
|
- "10"
|
|
- "8"
|
|
- "6"
|
|
after_success: 'npm run coveralls'
|
|
script: "npm run travis" |