Travis: Use teward's PPA for swig 3

This commit is contained in:
Alexey Sokolov
2015-01-03 21:12:15 +00:00
parent 9166e6ed40
commit 0e884a4f19
+1 -1
View File
@@ -20,7 +20,7 @@ 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:darthgandalf/swig -y
- sudo add-apt-repository ppa:teward/swig3.0 -y
- 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