Update tests & add travis

This commit is contained in:
Nick O'Leary
2015-08-28 22:16:48 +01:00
parent 9459df9d44
commit 1c54371b1c
14 changed files with 327 additions and 191 deletions

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
language: cpp
compiler:
- g++
script: cd tests && make && make test
os:
- linux