diff --git a/.travis.yml b/.travis.yml index 8e8799dbb9..8295ad214f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,15 +25,15 @@ 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 + #- if [[ $OSX ]]; then brew update; fi - export LEPT_VER=1.74.0 install: - if [[ $OSX ]]; then brew install icu4c pango; brew link --force gettext; fi - if [[ $OSX ]]; then export ICU_ROOT=/usr/local/opt/icu4c ; fi - - wget https://www.cmake.org/files/v3.6/cmake-3.6.1-Linux-x86_64.sh - - sudo sh cmake-3.6.1-Linux-x86_64.sh --skip-license --prefix=/usr + - wget https://www.cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh + - sudo sh cmake-3.7.2-Linux-x86_64.sh --skip-license --prefix=/usr - wget -O leptonica.zip https://github.com/DanBloomberg/leptonica/archive/$LEPT_VER.zip - unzip leptonica.zip -d . - cmake -Hleptonica-$LEPT_VER -Bleptonica-$LEPT_VER/build