language: node_js sudo: false node_js: - "12.0" - "10.0" - "8.0" script: - make test && (make test-ci-coverage || true)