language: node_js node_js: - "8" - "6" install: - yarn install - yarn run build script: - yarn run test after_success: - yarn run coverage