source:
trip-planner-front/node_modules/smart-buffer/.travis.yml@
6a80231
Last change on this file since 6a80231 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 152 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | language: node_js |
2 | node_js: | |
3 | - 6 | |
4 | - 8 | |
5 | - 10 | |
6 | - 12 | |
7 | - stable | |
8 | ||
9 | before_script: | |
10 | - npm install -g typescript | |
11 | - tsc -p ./ | |
12 | ||
13 | script: "npm run coveralls" |
Note:
See TracBrowser
for help on using the repository browser.