From b1262075d0685d4bdf12b2f3d5db36c8a8cf3597 Mon Sep 17 00:00:00 2001 From: filux Date: Sun, 27 Dec 2015 12:55:11 +0100 Subject: [PATCH] travis test, 3 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3f8f530d..0f81abba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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