Initial Travis config

This commit is contained in:
Ben Visness
2016-08-30 14:01:17 -05:00
parent 3cecb5ec32
commit 4f44c74da4

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: cpp
compiler:
- clang
- gcc
install:
- cd test
- make
script: ./hmm_test