Fix build for travis

This commit is contained in:
Harshavardhana
2015-04-11 17:31:01 -07:00
parent 0128481f45
commit 97d1f03a87
2 changed files with 2 additions and 8 deletions

View File

@@ -159,10 +159,6 @@ check_deps() {
MISSING="${MISSING} yasm(1.2.0)"
fi
env mkdocs help >/dev/null 2>&1
if [ $? -ne 0 ]; then
MISSING="${MISSING} mkdocs"
fi
}
main() {