diff --git a/.travis.yml b/.travis.yml index 7c1a72a..9f87090 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - 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 -- sudo pip install angr==7.8.7.1 +#- sudo pip install angr==7.8.7.1 - mkdir build - cd build - cmake ..