Update .travis.yml

This commit is contained in:
ggrieco-tob
2018-08-28 18:16:52 -03:00
committed by GitHub
parent ef30504908
commit 5a2c6460f8
+1 -1
View File
@@ -10,7 +10,7 @@ install:
- sudo pip2 install -U pip
- wget https://github.com/trailofbits/manticore/archive/last_python2.zip
- unzip last_python2.zip
- cd manticore-last_python2 ; python2 setup install --user ; cd -
- cd manticore-last_python2 ; python2 setup.py install --user ; cd -
- mkdir build
- cd build
- cmake ..