sudo: required language: node_js services: - docker node_js: - '4.0' before_install: - sudo apt-get update - sudo apt-get install docker-engine - npm install istanbul mocha -g install: - npm install before_script: - npm link . script: - ./ci/build.js # - ./ci/test.js - ./ci/cover.js - ./ci/report.js