diff options
author | Martin Nowack <m.nowack@imperial.ac.uk> | 2018-11-07 16:39:05 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2018-11-11 15:25:43 +0000 |
commit | 92b49c62b796e4c2544fc2415d9817068aed6eae (patch) | |
tree | 6b6da8696b5aa451780f9bebad6fce21d0b4c503 /.travis.yml | |
parent | b49891900fe34a4d584c84fb33c9a71eacd2b767 (diff) | |
download | klee-92b49c62b796e4c2544fc2415d9817068aed6eae.tar.gz |
Use LLVM 4 for Mac Build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 36f43ebf..8abf5f14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,7 +90,7 @@ matrix: include: - os: osx osx_image: xcode8.3 - env: LLVM_VERSION=3.4 SOLVERS=STP:Z3 STP_VERSION=2.1.2 Z3_VERSION=4.4.1 KLEE_UCLIBC=0 DISABLE_ASSERTIONS=0 ENABLE_OPTIMIZED=1 COVERAGE=0 USE_TCMALLOC=0 + env: LLVM_VERSION=4.0 SOLVERS=STP:Z3 STP_VERSION=2.1.2 Z3_VERSION=4.4.1 KLEE_UCLIBC=0 DISABLE_ASSERTIONS=0 ENABLE_OPTIMIZED=1 COVERAGE=0 USE_TCMALLOC=0 cache: ccache: true |