Disabled manticore in .travis.yml

This commit is contained in:
ggrieco-tob
2018-11-07 14:17:05 -03:00
committed by GitHub
parent 5b6f6c4dd2
commit b8e1ca9a02
+1 -1
View File
@@ -9,7 +9,7 @@ install:
#- 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 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