source: trip-planner-front/node_modules/send/node_modules/debug/.travis.yml@ fa375fe

Last change on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years 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.