9 lines
106 B
YAML
9 lines
106 B
YAML
language: node_js
|
|
node_js:
|
|
- stable
|
|
- 6
|
|
- 5
|
|
- 4
|
|
before_script:
|
|
- npm run typings-install
|
|
- tsc |