travis test, 3

This commit is contained in:
filux 2015-12-27 12:55:11 +01:00
parent 430d1edb04
commit b1262075d0
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ before_install:
- if [ "$GCC_VERSION" != "native" ]; then sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test; fi
# https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test
- if [ "$CXX" == "clang++" ] && [ "$LLVM_VERSION" != "native" ]; then sudo add-apt-repository --yes 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise main'; fi
- if [ "$CXX" == "clang++" ] && [ "$LLVM_VERSION" != "native" ]; then sudo add-apt-repository --yes 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-${LLVM_VERSION} main'; fi
# http://llvm.org/apt/
- if [ "$CXX" == "clang++" ] && [ "$LLVM_VERSION" != "native" ]; then wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -; fi
- sudo apt-get update -qq # UPDATE REPOS