Update .travis.yml

This commit is contained in:
egorpugin 2015-09-06 21:15:04 +03:00
parent f9f85b88d0
commit d7059e13fd

View File

@ -21,7 +21,11 @@ addons:
- gcc-4.8
- g++-4.8
before_install:
- if [[ $OSX ]]; then brew update; fi
install:
- if [[ $OSX ]]; then brew install icu4c; fi
- wget http://www.cmake.org/files/v3.3/cmake-3.3.1-Linux-x86_64.sh
- sudo sh cmake-3.3.1-Linux-x86_64.sh --skip-license --prefix=/usr
- wget -O leptonica.zip https://github.com/egorpugin/leptonica/archive/master.zip