language: node_js node_js: - 6 os: linux cache: yarn: true branches: only: - master - dev install: - | yarn install script: - | npm run lint && npm run test