Update .travis.yml

This commit is contained in:
Gustavo Grieco
2019-01-24 14:17:50 -03:00
committed by GitHub
parent 19df0d94d1
commit 151354cb90
+1 -1
View File
@@ -10,7 +10,7 @@ install:
- pip3.6 -V
- pip3.6 install pyflakes
- pip3.6 install angr
- pip3.6 install manticore[native]
- pip3.6 install https://github.com/trailofbits/manticore/archive/master.zip
- mkdir build
- cd build
- cmake ..