From a2443242e960caad440ffc38178ef0656cbb5223 Mon Sep 17 00:00:00 2001 From: ggrieco-tob <31542053+ggrieco-tob@users.noreply.github.com> Date: Wed, 7 Nov 2018 11:32:35 -0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6957a5c..7c1a72a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,8 @@ install: - sudo pip install pyflakes - sudo pip install z3-solver - sudo pip install https://github.com/trailofbits/manticore/archive/last_python2.zip -- sudo pip install cffi==1.7.0 pycparser==2.18 cle==7.8.9.26 pyvex==7.8.9.26 angr==7.8.7.1 +- sudo pip install cffi==1.7.0 pycparser==2.18 cle==7.8.9.26 pyvex==7.8.9.26 +- sudo pip install angr==7.8.7.1 - mkdir build - cd build - cmake ..