about summary refs log tree commit diff homepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2020-10-14 20:05:39 +0100
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2020-10-30 12:22:52 +0000
commit535e37da22016855cfbe51189e81000eaf6c584d (patch)
tree6f4d5ff50de174fa0b66245f0bd6a7046fa88952 /.travis.yml
parent96f1a048c4860bca620172ce077201bbc02a6592 (diff)
downloadklee-535e37da22016855cfbe51189e81000eaf6c584d.tar.gz
Use the default version of LLVM for the macOS Travis target
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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"