UNPKG

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