Skip to content

Commit

Permalink
Fix Clang APT sources for Travis CI.
Browse files Browse the repository at this point in the history
Change-Id: Ib9288292d63999afcee273475665427b334be787
Reviewed-on: https://code-review.googlesource.com/14473
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Jul 4, 2017
1 parent 350d61a commit 8d17aba
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ matrix:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.5
- llvm-toolchain-precise-3.5
packages:
- clang-3.5
env:
Expand All @@ -68,7 +68,7 @@ matrix:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.6
- llvm-toolchain-precise-3.6
packages:
- clang-3.6
env:
Expand All @@ -78,7 +78,7 @@ matrix:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.7
- llvm-toolchain-precise-3.7
packages:
- clang-3.7
env:
Expand All @@ -88,7 +88,7 @@ matrix:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.8
- llvm-toolchain-precise-3.8
packages:
- clang-3.8
env:
Expand All @@ -97,7 +97,8 @@ matrix:
addons:
apt:
sources:
- llvm-toolchain-trusty-3.9
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.9
packages:
- clang-3.9
env:
Expand Down

0 comments on commit 8d17aba

Please sign in to comment.