[master] 3e601a3 We need line continuation now

Federico G. Schwindt fgsch at lodoss.net
Wed May 23 12:05:16 UTC 2018


commit 3e601a3d533ee038e9ea7577716b1f41652f6d21
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 88a2346..021ed0d 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