language: node_js node_js: - "4" - "6" - "7" cache: yarn matrix: fast_finish: true after_success: - yarn add coveralls - yarn run coverage -- --reporter=text-lcov | ./node_modules/.bin/coveralls