blob: 58b83114b44c20edb898edf9be1c828e65fa6fd6 [file] [log] [blame]
#!/bin/bash
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
rm -f src/.libs/NONE.gcov
touch src/NONE
coveralls -e docs