From 183004409612ea3a991c16707f0b4a7a9fdf6dcd Mon Sep 17 00:00:00 2001 From: ggrieco-tob <31542053+ggrieco-tob@users.noreply.github.com> Date: Wed, 7 Nov 2018 14:45:14 -0300 Subject: [PATCH] Updated to angr 7.8.9.26 --- .travis.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00c6748..7e86447 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,20 +6,12 @@ sudo: true install: - sudo apt-get -y update - sudo apt-get -y install build-essential gcc-multilib cmake python python-pip python-setuptools libffi-dev -#- sudo pip2 install -U pip -- pip2 install pyflakes --user -- pip2 install z3-solver --user -#- pip2 install https://github.com/trailofbits/manticore/archive/last_python2.zip --user -- pip2 install cffi==1.7.0 pycparser==2.18 --user -- pip2 install cle==7.8.9.26 pyvex==7.8.9.26 --user -- pip2 uninstall unicorn -y -- pip2 install angr==7.8.7.1 --user +- pip2 install angr==7.8.9.26 --user +- pip2 install https://github.com/trailofbits/manticore/archive/last_python2.zip --user - mkdir build - cd build - cmake .. - sudo make install -#- sudo pip2 uninstall -y pycparser==2.19 -#- sudo pip2 install pycparser==2.18 - cd .. env: - TASK=ARITHMETIC