language: node_js node_js: - "0.10" - "0.12" - "iojs-v3" - "stable" services: - redis-server # these are required for building on node.js 4.0 / io.js v3 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 env: - "CXX=g++-4.8" # end: these are required for building on node.js 4.0 / io.js v3 before_script: - npm install -g grunt-cli script: - grunt lint - grunt test after_success: - npm run coveralls sudo: false