Update .travis.yml

This commit is contained in:
Gustavo Grieco
2019-01-24 14:09:35 -03:00
committed by GitHub
parent 488279f4f1
commit 19df0d94d1
+1 -1
View File
@@ -10,7 +10,7 @@ install:
- pip3.6 -V
- pip3.6 install pyflakes
- pip3.6 install angr
- pip3.6 install manticore
- pip3.6 install manticore[native]
- mkdir build
- cd build
- cmake ..