From f8b56ac34052e6c587c02dcccee6847d06a0b18f Mon Sep 17 00:00:00 2001 From: Yamakaky Date: Thu, 10 Mar 2016 14:09:45 +0100 Subject: [travis] build against llvm 3.7. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a14a5fa4..91772068 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ rust: - stable env: - LLVM_VERSION=3.4 - - LLVM_VERSION=3.5 + - LLVM_VERSION=3.7 before_install: - yes | sudo add-apt-repository "deb http://llvm.org/apt/precise/ llvm-toolchain-precise-${LLVM_VERSION} main" - yes | sudo add-apt-repository "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu precise main" -- cgit v1.2.3