diff --git a/.ci/trigger-coverity.sh b/.ci/trigger-coverity.sh deleted file mode 100644 index 19852bd11..000000000 --- a/.ci/trigger-coverity.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -set -x -set -o errexit -o nounset - -if test x"$TRAVIS_EVENT_TYPE" != x"cron"; then exit; fi -if test x"$TRAVIS_BRANCH" != x"master"; then exit; fi - -git fetch --unshallow -git remote add upstream "https://$GH_TOKEN@github.com/harfbuzz/harfbuzz.git" -git push -q upstream master:coverity_scan