Update .travis.yml

This commit is contained in:
ggrieco-tob 2018-11-07 14:52:03 -03:00 committed by GitHub
parent 1830044096
commit 10047d784d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ 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
- pip2 install pyflakes --user
- pip2 install angr==7.8.9.26 --user
- pip2 install https://github.com/trailofbits/manticore/archive/last_python2.zip --user
- mkdir build