language: node_js sudo: false node_js: - stable cache: directories: - node_modules install: | npm install -g yarn npm --version yarn script: - yarn lint - yarn test - yarn coverage