Travis: use new enough ICU which has pkg-config files.

This commit is contained in:
Alexey Sokolov
2015-01-03 22:17:04 +00:00
parent 0e884a4f19
commit 50cae4e357
+3 -2
View File
@@ -19,8 +19,9 @@ matrix:
before_install:
- cat /proc/cpuinfo /proc/meminfo
- lsb_release -a
- if [[ "$CXX" == "g++" ]]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; fi
- sudo add-apt-repository ppa:teward/swig3.0 -y
- if [[ "$CXX" == "g++" ]]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
- sudo add-apt-repository -y ppa:teward/swig3.0
- sudo add-apt-repository -y ppa:teward/icu-backports
- sudo apt-get update -qq
- sudo apt-get install -qq libperl-dev python3-dev tcl-dev libsasl2-dev libgtest-dev libicu-dev swig3.0 doxygen graphviz
- if [[ "$CXX" == "g++" ]]; then sudo apt-get install -qq g++-4.8; fi