language: node_js node_js: - 10 notifications: email: false script: - npm run test - if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run update-codeowners || travis_terminate 1; fi - TOKEN='7469b4e94ce21b43e3ab7a' - TOKEN+='79960c12a1e067f2ec' - DANGER_GITHUB_API_TOKEN=$TOKEN yarn danger ci