From 7617021494f211b6d904f174c25e1dc1495f2a7e Mon Sep 17 00:00:00 2001 From: ggrieco-tob <31542053+ggrieco-tob@users.noreply.github.com> Date: Sat, 29 Sep 2018 15:20:56 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b70ea7b..13a15d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,18 +4,17 @@ sudo: true python: - "2.7" install: -- pip install pyflakes +- sudo pip2 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 pip -- sudo pip install z3-solver -- sudo pip install https://github.com/trailofbits/manticore/archive/last_python2.zip +- sudo pip2 install z3-solver +- sudo pip2 install https://github.com/trailofbits/manticore/archive/last_python2.zip - sudo pip2 install cffi==1.7.0 pycparser==2.18 - mkdir build - cd build - cmake .. -- make -- python setup.py install +- sudo make install - cd .. env: - TASK=ARITHMETIC