language: node_js node_js: - "8" - "9" - "10" sudo: false before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH="$HOME/.yarn/bin:$PATH" cache: yarn: true directories: - "node_modules" script: - yarn test:coverage