[ci] minor, bring back the removed assertion
authorEbrahim Byagowi <ebrahim@gnu.org>
Mon, 5 Mar 2018 09:32:50 +0000 (13:02 +0330)
committerGitHub <noreply@github.com>
Mon, 5 Mar 2018 09:32:50 +0000 (13:02 +0330)
.ci/run-coveralls.sh

index 59b4c56..8d1ceb5 100755 (executable)
@@ -3,6 +3,8 @@
 set -x
 set -o errexit -o nounset
 
+if test x"$TRAVIS_REPO_SLUG" != x"harfbuzz/harfbuzz"; then exit; fi
+
 pip install --user nose
 pip install --user cpp-coveralls
 export PATH=$HOME/.local/bin:$PATH