diff options
author | Hoang M. Le <hle@informatik.uni-bremen.de> | 2017-10-05 11:37:56 +0200 |
---|---|---|
committer | Andrea Mattavelli <andreamattavelli@users.noreply.github.com> | 2017-10-17 22:22:14 +0100 |
commit | c9e0af1f12d606120b5f6d60a54f1b79cfc01f7c (patch) | |
tree | 56701534ca90b0c4a6b17e478380a19c92bcf4a5 /.travis.yml | |
parent | ce39e6e92c27dd59290be18a12ed4cd4c40c01a7 (diff) | |
download | klee-c9e0af1f12d606120b5f6d60a54f1b79cfc01f7c.tar.gz |
[travis] update scripts to additionally test CVC4 and Yices2
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 7ea242b0..920b1b22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ env: # SOLVERS : {Z3, STP, STP:Z3, metaSMT} # STP_VERSION : {2.1.2, master} # METASMT_VERSION : {v4.rc1} - # METASMT_DEFAULT : {BTOR, STP, Z3} + # METASMT_DEFAULT : {BTOR, CVC4, STP, YICES2, Z3} # METASMT_BOOST_VERSION : {x.y.z} // e.g. 1.60.0, libboost-dev will be used if unspecified # UCLIBC: {0, klee_uclibc_v1.0.0, klee_0_9_29} // Note ``0`` means disabled # DISABLE_ASSERTIONS: {0, 1} |