source:
trip-planner-front/node_modules/smart-buffer/.travis.yml
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 152 bytes |
Line | |
---|---|
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.