[ci] minor, bring back the removed assertion

This commit is contained in:
Ebrahim Byagowi 2018-03-05 13:02:50 +03:30 committed by GitHub
parent 5895fe3d4d
commit 1db8395494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
set -x
set -o errexit -o nounset
if test x"$TRAVIS_REPO_SLUG" != x"harfbuzz/harfbuzz"; then exit; fi
pip install --user nose
pip install --user cpp-coveralls
export PATH=$HOME/.local/bin:$PATH