Try older manticore until we handle the API change

This commit is contained in:
Alex Groce
2019-05-15 09:37:20 -07:00
committed by GitHub
parent ae168a1398
commit 65f2d06413
+1 -1
View File
@@ -10,7 +10,7 @@ install:
- pip3.6 -V
- pip3.6 install pyflakes
- pip3.6 install angr
- pip3.6 install https://github.com/trailofbits/manticore/archive/master.zip
- pip3.6 install https://github.com/trailofbits/manticore/archive/b590c41339e549689fdb9c5297735c1a0654b7fd.zip
- mkdir build
- cd build
- cmake ..