UNPKG

249 BYAMLView Raw
1language: node_js
2services:
3- docker
4node_js:
5- '4.0'
6before_install:
7- docker pull node:5.3
8- npm install istanbul mocha -g
9install:
10- npm install
11before_script:
12- npm link .
13script:
14- ./ci/build.js
15- ./ci/test.js
16- ./ci/cover.js
17- ./ci/report.js