adding travis config

This commit is contained in:
Hans Dembinski 2016-05-06 18:13:54 -04:00
parent 7a4019a35b
commit b99dc79ce0

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: cpp
compiler:
- clang
os:
- linux
git:
depth: 3
python: 2.7.10
before_install:
- pip install numpy
script:
cd build && cmake . && make -j2 && make test