travis: fix typo

This commit is contained in:
Dane Springmeyer 2013-11-22 13:42:42 -08:00
parent 6c63b56fe4
commit cb39896a1f

View file

@ -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