mirror of
https://github.com/thumbsup/thumbsup
synced 2024-11-03 15:40:14 +00:00
6 lines
60 B
YAML
6 lines
60 B
YAML
language: node_js
|
|
node_js:
|
|
- '4'
|
|
- '6'
|
|
script: npm test
|