1
0
mirror of https://github.com/actions/setup-node synced 2025-05-29 03:08:01 +00:00
setup-node/node_modules/debug/.travis.yml
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -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