language: node_js node_js: - '6.0' env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - npm install mocha istanbul -g install: - npm install before_script: - npm link . script: - ./ci/build.js - ./ci/test.js - ./ci/cover.js - ./ci/report.js