shithub: cstory

Download patch

ref: 67f5fb6a4a1867dc42f0e470c33b264f61b85c9a
parent: 1d9f16af3a9675c8cbb0d148720e02009fbee356
author: Gabriel Ravier <gabravier@gmail.com>
date: Fri Nov 1 09:12:34 EDT 2019

Made it so clang should work

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>

--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,8 @@
                     - g++-9
                 sources:
                     - ubuntu-toolchain-r-test
-                    - llvm-toolchain-xenial-7
+                    - sourceline: 'deb https://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main'
+                      key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
           name: Linux Clang Debug
 
         - env: COMPILER=clang++-8 BUILD_TYPE=Release
--