Travis CI - Update Leptonica to 1.74

This commit is contained in:
Amit D 2016-12-24 13:04:56 +02:00 committed by GitHub
parent 11f205707e
commit 7f14e17b6c

View File

@ -27,7 +27,7 @@ before_install:
- if [[ $OSX ]]; then brew update; fi
- export LEPT_VER=1.73
- export LEPT_VER=1.74
install:
- if [[ $OSX ]]; then brew install icu4c pango; brew link --force gettext; fi