language: node_js node_js: - "node" git: depth: 3 branches: only: - master cache: directories: - $HOME/.yarn-cache install: - npm i -g yarn - yarn script: - set -e - npm run test - echo "ALL OK"