[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Jun 14 20:58:54 UTC 2016


The branch master has been updated
       via  a15cfae6561e9f68e6fd505f718e04fd9adae86a (commit)
      from  1eb12c437bbeb2c748291bcd23733d4a59d5d1ca (commit)


- Log -----------------------------------------------------------------
commit a15cfae6561e9f68e6fd505f718e04fd9adae86a
Author: Rich Salz <rsalz at openssl.org>
Date:   Tue Jun 14 14:00:22 2016 -0400

    (Temporarily) don't download clang package
    
    Reviewed-by: Emilia Käsper <emilia at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 .travis.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d3f67f9..653e459 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,13 +5,11 @@ addons:
     apt:
         packages:
             - ccache
-            - clang-3.6
             - gcc-5
             - binutils-mingw-w64
             - gcc-mingw-w64
             - wine
         sources:
-            - llvm-toolchain-precise-3.6
             - ubuntu-toolchain-r-test
 
 os:
@@ -32,10 +30,10 @@ env:
 matrix:
     include:
         - os: linux
-          compiler: clang-3.6
+          compiler: clang
           env: CONFIG_OPTS="no-shared enable-asan"
         - os: linux
-          compiler: clang-3.6
+          compiler: gcc-5
           env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -fno-sanitize=alignment"
         - os: linux
           compiler: gcc-5


More information about the openssl-commits mailing list