From 316a8c59cef090d9ecdf383c7c961edfb4e7987c Mon Sep 17 00:00:00 2001 From: ggrieco-tob <31542053+ggrieco-tob@users.noreply.github.com> Date: Tue, 28 Aug 2018 17:05:17 -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 cd8ec52..22a1da2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ install: - pip install pyflakes - sudo apt-get -y update - sudo apt-get -y install build-essential gcc-multilib cmake python python-pip python-setuptools libffi-dev -- sudo pip2 install -U pip2 +- sudo pip2 install -U pip - wget https://github.com/trailofbits/manticore/archive/last_python2.zip - unzip last_python2.zip - cd manticore-last_python2 ; python2 setup install --user ; cd -