language: node_js sudo: false node_js: - "0.10" - "4.2" script: - make test && (make test-ci-coverage || true)