[ci] Remove failing check on run-coveralls
authorEbrahim Byagowi <ebrahim@gnu.org>
Sat, 3 Mar 2018 19:47:36 +0000 (23:17 +0330)
committerGitHub <noreply@github.com>
Sat, 3 Mar 2018 19:47:36 +0000 (23:17 +0330)
.ci/run-coveralls.sh

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