diff options
author | nodiscc <nodiscc@gmail.com> | 2021-04-28 17:11:10 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2021-04-28 17:11:10 +0000 |
commit | 86826798169f78e1506764be12056fec103f25e1 (patch) | |
tree | 816ee98a910adc3262e8d02c40cffb3c12bc62fc | |
parent | Adds Chaskiq to Custom communication systems (#2501) (diff) | |
download | awesome-selfhosted-86826798169f78e1506764be12056fec103f25e1.tar.gz awesome-selfhosted-86826798169f78e1506764be12056fec103f25e1.zip |
travis-ci.yml: only run full check suite from travis cron jobs
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6e2651c4..1259a4f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |