Skip to content

Commit

Permalink
Avoid using latest clang since repo not available
Browse files Browse the repository at this point in the history
Reviewed-by: Richard Levitte <levitte@openssl.org>
  • Loading branch information
Rich Salz committed Jun 20, 2016
1 parent abeae4d commit 6feb3c5
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ 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:
Expand All @@ -32,15 +34,19 @@ matrix:
- os: linux
compiler: clang
env: CONFIG_OPTS="no-shared enable-asan"
# - os: linux
# compiler: clang-3.6
# compiler: clang
# env: CONFIG_OPTS="no-shared enable-asan"
# - os: linux
# compiler: clang-3.6
# env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -fno-sanitize=alignment"
- os: linux
compiler: gcc-5
env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -fno-sanitize=alignment"
env: CONFIG_OPTS="no-shared no-asm enable-rc5 enable-md2"
- os: linux
compiler: gcc-5
env: CONFIG_OPTS="no-shared no-asm enable-asan enable-rc5 enable-md2"
- os: linux
compiler: gcc-5
env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -DPEDANTIC"
env: CONFIG_OPTS="no-asm enable-rc5 enable-md2 -DPEDANTIC"
- os: linux
compiler: i686-w64-mingw32-gcc
env: CONFIG_OPTS="no-pic"
Expand Down

0 comments on commit 6feb3c5

Please sign in to comment.