mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 11:23:14 +01:00
Remove duplicate "sudo" from .travis.yml.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
language: cpp
|
||||
install:
|
||||
# LLVM 3.2
|
||||
- sudo sudo sh -c "echo 'deb http://archive.ubuntu.com/ubuntu/ precise-proposed restricted main multiverse universe' >> /etc/apt/sources.list"
|
||||
- sudo sh -c "echo 'deb http://archive.ubuntu.com/ubuntu/ precise-proposed restricted main multiverse universe' >> /etc/apt/sources.list"
|
||||
|
||||
# LLVM 3.4 snapshots
|
||||
- sudo sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise main' >> /etc/apt/sources.list"
|
||||
- sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise main' >> /etc/apt/sources.list"
|
||||
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
|
||||
|
||||
# Some random Launchpad PPA for LLVM 3.3, should consder replacing this with
|
||||
|
||||
Reference in New Issue
Block a user