[Libclc-dev] [PATCH 1/2] .travis: Use source whitelist alias for llvm-6 repository

Jan Vesely via Libclc-dev libclc-dev at lists.llvm.org
Wed Sep 12 14:45:16 PDT 2018


Fixes issue with unauthenticated packages.
Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a36c9cd..e1b558f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,7 +64,7 @@ matrix:
       addons:
         apt:
           sources:
-            - sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main'
+            - llvm-toolchain-trusty-6.0
             - ubuntu-toolchain-r-test
           packages:
             - libedit-dev
-- 
2.17.1



More information about the Libclc-dev mailing list