From cab535fa4c7169576408a6bb84f16185942abfef Mon Sep 17 00:00:00 2001 From: ggrieco-tob <31542053+ggrieco-tob@users.noreply.github.com> Date: Wed, 25 Jul 2018 17:41:32 -0300 Subject: [PATCH] Updated the manticore installation script to use the last python2-compatible revision --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ffcfecc..9dc83af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: - sudo apt-get -y install build-essential gcc-multilib cmake python python-pip python-setuptools libffi-dev - sudo pip install -U pip ; sudo pip install manticore - sudo pip uninstall -y Manticore || echo "Manticore not cached" -- sudo pip install https://github.com/trailofbits/manticore/archive/master.zip +- sudo pip install https://github.com/trailofbits/manticore/archive/last_python2.zip - mkdir build - cd build - cmake ..