From 151354cb90547b59fb19b880fe4467d015993544 Mon Sep 17 00:00:00 2001 From: Gustavo Grieco <31542053+ggrieco-tob@users.noreply.github.com> Date: Thu, 24 Jan 2019 14:17:50 -0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c33e1e6..bfed9b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ..