1
0
mirror of https://github.com/actions/setup-node synced 2025-05-31 04:07:47 +00:00
setup-node/node_modules/debug/.travis.yml
eric sciple 2b95e76931 .
2020-01-24 12:20:19 -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