From 92acfcf4540be4273f466e921233b86c7822cf81 Mon Sep 17 00:00:00 2001 From: Peter Tissen Date: Mon, 13 Apr 2015 17:35:19 +0200 Subject: [PATCH] seperate repo adds into seperate commands, for consistency --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 001e3f883a..19a8612886 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,9 @@ before_install: - echo "yes" | sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc - echo "yes" | sudo apt-add-repository 'deb http://repos.codelite.org/wx3.0/ubuntu/ precise universe' # Add later version of Clang, apt from llvm.org. the repository link is for development version. - - echo "yes" | sudo add-apt-repository 'deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu precise main'; - echo "yes" | sudo add-apt-repository 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.6 main'; - wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -; + - echo "yes" | sudo add-apt-repository 'deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu precise main' + - echo "yes" | sudo add-apt-repository 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.6 main' + - wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -; # And the libstdc++4.8 of GCC from ppa - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update