language: node_js node_js: - 4.2 before_script: - mocha --version script: - make test after_success: - make coveralls sudo: false