Skip to content

Commit

Permalink
Update Leptonica version for Travis CI
Browse files Browse the repository at this point in the history
Use the latest version which is available.
Remove also some unneeded whitespace.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Apr 22, 2017
1 parent 11b244f commit 325de57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: cpp

notifications:
email: false

sudo: required

os:
Expand All @@ -24,10 +24,10 @@ addons:
before_install:
- if [[ $TRAVIS_OS_NAME == linux ]]; then LINUX=true; fi
- if [[ $TRAVIS_OS_NAME == osx ]]; then OSX=true; fi

#- if [[ $OSX ]]; then brew update; fi

- export LEPT_VER=1.74.0
- export LEPT_VER=1.74.1

install:
#- if [[ $OSX ]]; then brew install icu4c pango; brew link --force gettext; fi
Expand Down

0 comments on commit 325de57

Please sign in to comment.