UNPKG

303 BYAMLView Raw
1sudo: required
2language: node_js
3services:
4- docker
5node_js:
6- '5.0'
7env:
8 - DOCKER_VERSION=1.10.1-0~trusty
9before_install:
10- docker pull node:5.3
11- npm install -g istanbul mocha
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