1
0
mirror of https://github.com/actions/setup-node synced 2025-05-30 19:57:48 +00:00
setup-node/node_modules/debug/.travis.yml
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00

15 lines
140 B
YAML

language: node_js
node_js:
- "6"
- "5"
- "4"
install:
- make node_modules
script:
- make lint
- make test
- make coveralls