1
0
mirror of https://github.com/awesome-selfhosted/awesome-selfhosted synced 2025-03-24 12:06:56 +00:00

travis-ci.yml: only run full check suite from travis cron jobs

This commit is contained in:
nodiscc 2021-04-28 19:11:10 +02:00
parent 08f6216dda
commit 8682679816
No known key found for this signature in database
GPG Key ID: 61B23168A539DBBD

@ -13,8 +13,7 @@ before_install:
- cd tests && npm install chalk && cd ..
script:
- 'echo "DEBUG: $TRAVIS_BRANCH - $TRAVIS_EVENT_TYPE - $TRAVIS_PULL_REQUEST"'
- 'if [[ "$TRAVIS_BRANCH" == "master" ]]; then make check_all; fi'
- 'if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "cron" ]]; then make check_all; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then make check_pr; fi'
notifications: