summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-06-14 14:00:22 -0400
committerRich Salz <rsalz@openssl.org>2016-06-14 16:58:37 -0400
commita15cfae6561e9f68e6fd505f718e04fd9adae86a (patch)
tree85a7f472baa5868f456d455f9fe72ead807e2809 /.travis.yml
parent1eb12c437bbeb2c748291bcd23733d4a59d5d1ca (diff)
(Temporarily) don't download clang package
Reviewed-by: Emilia Käsper <emilia@openssl.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d3f67f9b4c..653e459a59 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