UNPKG

124 BYAMLView Raw
1language: node_js
2node_js:
3- '10'
4install:
5- npm install
6before_script:
7- npm link .
8script:
9- ./ci/build.js
10- ./ci/test.js