manticore/.travis.yml
JP Smith 10f7531cae Use newer, less broken capstone version (#262)
* use newer, less broken capstone version

* fix documentation
2017-05-18 11:19:14 -05:00

25 lines
590 B
YAML

branches:
only:
- master
- /^(?!wip-).+$/
language: python
cache:
pip: true
directories:
- $HOME/virtualenv/python2.7.12/lib/python2.7/site-packages
- $HOME/virtualenv/python2.7.12/bin/
- $HOME/unicorn
dist: trusty
sudo: required
os:
- linux
python:
- 2.7
install:
- travis_retry pip install -U pip
- travis_retry pip uninstall -y Manticore || echo "Manticore not cached" # uninstall any old, cached Manticore
- travis_retry pip install --no-binary keystone-engine -e .[dev] # ks can have pip install issues
- scripts/travis_install_z3.sh
script:
- scripts/travis_test.sh