Update .travis.yml

This commit is contained in:
ggrieco-tob 2019-01-07 11:15:09 -03:00 committed by GitHub
parent 5e4980c212
commit 317794bd38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +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 pyflakes --user
- pip3 install angr --user
- pip3 install manticore --user
- pip3 install pip --user
- pip3.6 -V
- pip3.6 install pyflakes --user
- pip3.6 install angr --user
- pip3.6 install manticore --user
- mkdir build
- cd build
- cmake ..