Skip to content

Commit 0ae8907

Browse files
committed
Use LLVM 3.7 to build
1 parent 9ef331f commit 0ae8907

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: rust
22
rust: beta
3+
sudo: required
34
after_success: |
45
[ $TRAVIS_BRANCH = master ] &&
56
[ $TRAVIS_PULL_REQUEST = false ] &&
@@ -10,11 +11,11 @@ after_success: |
1011
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
1112
before_install:
1213
- sudo sh -c "add-apt-repository -y ppa:ubuntu-toolchain-r/test"
13-
- sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.6 main' >> /etc/apt/sources.list"
14+
- sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.7 main' >> /etc/apt/sources.list"
1415
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
1516
install:
1617
- sudo apt-get update -qq
17-
- sudo apt-get install -qq llvm-3.6 libllvm3.6 libllvm3.6-dbg cmake libedit-dev
18+
- sudo apt-get install -qq llvm-3.7 libllvm3.7 libllvm3.7-dbg cmake libedit-dev
1819
- sudo ln -s /usr/bin/llvm-config-* /usr/bin/llvm-config
1920
script:
2021
- cargo build --verbose

0 commit comments

Comments
 (0)