source: trip-planner-front/node_modules/loglevel/.travis.yml@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 235 bytes
Line 
1language: node_js
2node_js:
3 # - "12" Doesn't work yet - requires Jasmine updates/replacement
4 # - "10" Doesn't work yet - requires Jasmine updates/replacement
5 - "8"
6 - "6"
7 - "4"
8 - "0.12"
9 - "0.10"
10script: "npm run-script ci"
Note: See TracBrowser for help on using the repository browser.