From f1c8e3142bbe48f4d76f057af2bb1d63ba933eb8 Mon Sep 17 00:00:00 2001 From: ggrieco-tob <31542053+ggrieco-tob@users.noreply.github.com> Date: Wed, 7 Nov 2018 13:45:05 -0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 856479c..56252be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,13 @@ sudo: true install: - 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 pip -- pip install pyflakes --user -- pip install z3-solver --user -- pip install https://github.com/trailofbits/manticore/archive/last_python2.zip --user -- pip install cffi==1.7.0 pycparser==2.18 --user -- pip install cle==7.8.9.26 pyvex==7.8.9.26 --user -- pip install angr==7.8.7.1 --user +#- sudo pip2 install -U pip +- pip2 install pyflakes --user +- pip2 install z3-solver --user +- pip2 install https://github.com/trailofbits/manticore/archive/last_python2.zip --user +- pip2 install cffi==1.7.0 pycparser==2.18 --user +- pip2 install cle==7.8.9.26 pyvex==7.8.9.26 --user +- pip2 install angr==7.8.7.1 --user - mkdir build - cd build - cmake ..