[ci] Remove failing check on run-coveralls
This commit is contained in:
parent
a0031c120e
commit
f50aedd371
|
@ -3,8 +3,6 @@
|
||||||
set -x
|
set -x
|
||||||
set -o errexit -o nounset
|
set -o errexit -o nounset
|
||||||
|
|
||||||
if test "x$TRAVIS_SLUG" != x"harfbuzz/harfbuzz"; then exit; fi
|
|
||||||
|
|
||||||
pip install --user nose
|
pip install --user nose
|
||||||
pip install --user cpp-coveralls
|
pip install --user cpp-coveralls
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
|
|
Loading…
Reference in New Issue