Add travis.yml file

This commit is contained in:
Max Brunsfeld 2014-02-18 09:16:57 -08:00
parent 2c56612650
commit a0738ea9dc
2 changed files with 4 additions and 0 deletions

2
.travis.yml Normal file
View file

@ -0,0 +1,2 @@
install: git submodule update --init
script: "make test"