From f50aedd371f1a6894d1bf7732f017b51cbdd59bd Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sat, 3 Mar 2018 23:17:36 +0330 Subject: [PATCH] [ci] Remove failing check on run-coveralls --- .ci/run-coveralls.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci/run-coveralls.sh b/.ci/run-coveralls.sh index 58b83114b..59b4c56d4 100755 --- a/.ci/run-coveralls.sh +++ b/.ci/run-coveralls.sh @@ -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