language: node_js node_js: - "node" git: depth: 3 branches: only: - master cache: directories: - $HOME/.yarn-cache before_install: - set -e - ./scripts/clean.sh install: - npm i -g yarn - yarn script: - npm run lint - npm run test:js - source ./scripts/installAndroidSDK.sh - npm run test:android after_script: - echo "BUILD FINISHED"