language: node_js node_js: - '9.11.2' before_install: - npm install -g webpack install: - yarn install - yarn run build script: - yarn run build-test - yarn run coverage after_success: 'npm run coveralls' cache: yarn: true directories: - node_modules