From a69b3fcfb9596afa796b7d992e7972005f62ac75 Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Thu, 12 Jul 2018 19:37:57 -0700 Subject: [PATCH] try manticore with apt-get install of z3 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3fcd3f9..2668cd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,11 @@ sudo: true python: - "2.7" install: -- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev +- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev z3 - mkdir build - cd build - cmake .. - make - sudo make install script: -- deepstate-angr examples/IntegerArithmetic +- deepstate-manticore examples/IntegerArithmetic