[6.0] 0740ab714 We need line continuation now

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Aug 16 08:53:00 UTC 2018


commit 0740ab7140300a0263fcf9804e801e233cc6d7bb
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Wed May 23 13:04:22 2018 +0100

    We need line continuation now

diff --git a/.travis.yml b/.travis.yml
index 88a234630..021ed0de5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,12 +39,11 @@ before_install:
       brew upgrade python
       brew install docutils sphinx-doc nghttp2
     elif [[ -n "$CLANG" ]]; then
-      wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key |
-        sudo apt-key add -
-      sudo apt-add-repository -y
+      wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
+      sudo apt-add-repository -y \
         "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-$CLANG main"
       sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA9EF27F
-      sudo apt-add-repository -y
+      sudo apt-add-repository -y \
         "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main"
       sudo apt-get update
       sudo apt-get install -y clang-$CLANG llvm-$CLANG


More information about the varnish-commit mailing list