language: node_js node_js: - "10" cache: yarn before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1 - export PATH="$HOME/.yarn/bin:$PATH" install: - yarn install --production=false script: - yarn lint - yarn test