shithub: cstory

Download patch

ref: d013418ee2cb12a473f6fea1b7d332428fccedf3
parent: 7401ae6643458ff33697a99b8710945b2d6e83dc
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
--