try a simple test

This commit is contained in:
Alex Groce
2018-07-12 19:00:46 -07:00
parent 0a9b83c324
commit 9eddd47f35

15
.travis.yml Normal file
View File

@@ -0,0 +1,15 @@
language: python
dist: trusty
sudo: false
python:
- "2.7"
install:
- apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev
- cd deepstate
- mkdir build
- cd build
- cmake ..
- make
- make install
script:
- deepstate-manticore examples/IntegerArithmetic