[ci] Remove failing check on run-coveralls

This commit is contained in:
Ebrahim Byagowi 2018-03-03 23:17:36 +03:30 committed by GitHub
parent a0031c120e
commit f50aedd371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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