source: node_modules/debug/.travis.yml

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 140 bytes
Line 
1
2language: node_js
3node_js:
4 - "6"
5 - "5"
6 - "4"
7
8install:
9 - make node_modules
10
11script:
12 - make lint
13 - make test
14 - make coveralls
Note: See TracBrowser for help on using the repository browser.