[libclc] r342337 - .travis: Use source whitelist alias for llvm-6 repository

Jan Vesely via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 15 13:00:13 PDT 2018


Author: jvesely
Date: Sat Sep 15 13:00:12 2018
New Revision: 342337

URL: http://llvm.org/viewvc/llvm-project?rev=342337&view=rev
Log:
.travis: Use source whitelist alias for llvm-6 repository

Fixes issue with unauthenticated packages.
Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
Reviewer: Aaron Watry

Modified:
    libclc/trunk/.travis.yml

Modified: libclc/trunk/.travis.yml
URL: http://llvm.org/viewvc/llvm-project/libclc/trunk/.travis.yml?rev=342337&r1=342336&r2=342337&view=diff
==============================================================================
--- libclc/trunk/.travis.yml (original)
+++ libclc/trunk/.travis.yml Sat Sep 15 13:00:12 2018
@@ -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




More information about the cfe-commits mailing list