language: node_js sudo: false node_js: - "11" - "10" - "8" install: - yarn install script: - yarn test:ci