mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 13:53:12 +00:00
Drop the deb-src for clang.
The llvm.org/apt repo currently has an issue with the source packages, and we don't need it on Travis anyways.
This commit is contained in:
@@ -7,10 +7,10 @@ wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | apt-key add -
|
||||
|
||||
cat > /etc/apt/sources.list.d/clang.list << "EOF"
|
||||
deb http://llvm.org/apt/precise/ llvm-toolchain-precise main
|
||||
deb-src http://llvm.org/apt/precise/ llvm-toolchain-precise main
|
||||
# deb-src http://llvm.org/apt/precise/ llvm-toolchain-precise main
|
||||
# 3.4
|
||||
deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.4 main
|
||||
deb-src http://llvm.org/apt/precise/ llvm-toolchain-precise-3.4 main
|
||||
# deb-src http://llvm.org/apt/precise/ llvm-toolchain-precise-3.4 main
|
||||
# Common
|
||||
deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu precise main
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user