language: node_js node_js: '12' before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH cache: - npm: true - yarn: true matrix: fast_finish: true install: - npm install -g codecov - yarn install before_script: - yarn build script: - yarn test after_script: - codecov