source:
trip-planner-front/node_modules/socks/.travis.yml@
571e0df
Last change on this file since 571e0df was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 173 bytes |
Line | |
---|---|
1 | language: node_js |
2 | node_js: |
3 | - 10 |
4 | - 12 |
5 | - 14 |
6 | - stable |
7 | |
8 | before_install: |
9 | - npm add -g typescript prettier tslint coveralls |
10 | |
11 | script: "npm run build && npm run coveralls" |
Note:
See TracBrowser
for help on using the repository browser.