source: trip-planner-front/node_modules/smart-buffer/.travis.yml@ 188ee53

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

initial commit

  • Property mode set to 100644
File size: 152 bytes
Line 
1language: node_js
2node_js:
3 - 6
4 - 8
5 - 10
6 - 12
7 - stable
8
9before_script:
10 - npm install -g typescript
11 - tsc -p ./
12
13script: "npm run coveralls"
Note: See TracBrowser for help on using the repository browser.