diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2020-10-14 20:05:39 +0100 |
---|---|---|
committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2020-10-30 12:22:52 +0000 |
commit | 535e37da22016855cfbe51189e81000eaf6c584d (patch) | |
tree | 6f4d5ff50de174fa0b66245f0bd6a7046fa88952 /.travis.yml | |
parent | 96f1a048c4860bca620172ce077201bbc02a6592 (diff) | |
download | klee-535e37da22016855cfbe51189e81000eaf6c584d.tar.gz |
Use the default version of LLVM for the macOS Travis target
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 d65d2477..0ef52088 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,7 +125,7 @@ jobs: # macOS - name: "macOS" os: osx - env: SOLVERS=STP UCLIBC_VERSION=0 USE_TCMALLOC=0 USE_LIBCXX=0 LLVM_VERSION=6.0 + env: SOLVERS=STP UCLIBC_VERSION=0 USE_TCMALLOC=0 USE_LIBCXX=0 # Docker - name: "Docker" |