travis: fix typo
This commit is contained in:
parent
6c63b56fe4
commit
cb39896a1f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ before_install:
|
|||
# we need at least g++-4.7 for c++11 features
|
||||
- if [ "${CXX}" = 'g++' ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi;
|
||||
# we need at least clang++-3.2 for c++11 features
|
||||
- if [ "${CXX}" = 'clang++' ]; sudo apt-add-repository ppa:timchen119/llvm; fi;
|
||||
- if [ "${CXX}" = 'clang++' ]; then sudo apt-add-repository ppa:timchen119/llvm; fi;
|
||||
# grab more recent gdal/proj
|
||||
- sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
|
||||
# more recent boost
|
||||
|
|
Loading…
Add table
Reference in a new issue