Update .travis.yml
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ install:
|
|||||||
- pip install pyflakes
|
- pip install pyflakes
|
||||||
- sudo apt-get -y update
|
- sudo apt-get -y update
|
||||||
- sudo apt-get -y install build-essential gcc-multilib cmake python python-pip python-setuptools libffi-dev
|
- sudo apt-get -y install build-essential gcc-multilib cmake python python-pip python-setuptools libffi-dev
|
||||||
- if [ $DEEPSTATE_CMD = deepstate-manticore ]; then sudo pip install manticore
|
- if [ $DEEPSTATE_CMD = deepstate-manticore ]; then sudo pip install -U pip ; sudo pip install manticore ; fi
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
|
|||||||
Reference in New Issue
Block a user