Remove duplicate "sudo" from .travis.yml.

This commit is contained in:
Kai Nacke
2014-01-03 13:49:55 +01:00
parent 551bce6d18
commit c85ea7d5f7

View File

@@ -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