UNPKG

140 BYAMLView Raw
1language: node_js
2
3node_js:
4- '9.8.0'
5
6before_install:
7- npm install -g typescript
8- npm install -g yarn
9- yarn install
10
11script:
12- yarn test
\No newline at end of file