diff options
Diffstat (limited to 'ci/script.sh')
-rw-r--r-- | ci/script.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh index b27ef85..5b836d2 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -11,4 +11,7 @@ main() { esac } -main +# NOTE See the NOTE in `install.sh` +if [ $TRAVIS_BRANCH != master ] || [ $TRAVIS_EVENT_TYPE = cron ]; then + main +fi |