language: node_js node_js: - 8.6 os: linux cache: yarn: true branches: only: - dev install: - | yarn install script: - | npm run dev after_success: - |