From 1db83954948dfae3f75f61c535c5de1b3a843a69 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Mon, 5 Mar 2018 13:02:50 +0330 Subject: [PATCH] [ci] minor, bring back the removed assertion --- .ci/run-coveralls.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/run-coveralls.sh b/.ci/run-coveralls.sh index 59b4c56d4..8d1ceb5e2 100755 --- a/.ci/run-coveralls.sh +++ b/.ci/run-coveralls.sh @@ -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