From 579de65fad98be32945cb3f1d4febe2d62e72c11 Mon Sep 17 00:00:00 2001 From: ggrieco-tob <31542053+ggrieco-tob@users.noreply.github.com> Date: Wed, 7 Nov 2018 12:21:56 -0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e0dea0..d1b76e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,12 @@ 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 -- sudo pip install pyflakes -- sudo pip install z3-solver -- sudo pip install https://github.com/trailofbits/manticore/archive/last_python2.zip -- sudo pip install cffi==1.7.0 pycparser==2.18 cle==7.8.9.26 pyvex==7.8.9.26 -- sudo pip install angr==7.8.7.1 +- 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 - mkdir build - cd build - cmake ..