diff options
author | Yamakaky <yamakaky@yamaworld.fr> | 2016-03-10 14:09:45 +0100 |
---|---|---|
committer | Yamakaky <yamakaky@yamaworld.fr> | 2016-03-10 14:09:45 +0100 |
commit | f8b56ac34052e6c587c02dcccee6847d06a0b18f (patch) | |
tree | 71c8400d2b85ca590a49e32464bd65e6fbb6ecea | |
parent | 416674c59ca33c92a6ce516dbdc10e7b2cb45d87 (diff) |
[travis] build against llvm 3.7.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |