From 011639cea4bd03019db165022b3740ea2fa6b4ee Mon Sep 17 00:00:00 2001 From: ggrieco-tob <31542053+ggrieco-tob@users.noreply.github.com> Date: Mon, 7 Jan 2019 11:21:32 -0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95cb826..d18d4d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,11 @@ python: install: - sudo apt-get -y update - sudo apt-get -y install build-essential gcc-multilib cmake python3-pip python3-setuptools libffi-dev python3-nose -- pip3 install pip --user +- pip3 install pip - pip3.6 -V -- pip3.6 install pyflakes --user -- pip3.6 install angr --user -- pip3.6 install manticore --user +- pip3.6 install pyflakes +- pip3.6 install angr +- pip3.6 install manticore - mkdir build - cd build - cmake ..