Add travis build to run tests

This commit is contained in:
ViViDboarder 2017-11-15 13:58:13 -08:00
parent 7cf2edcd5e
commit 1b9f67439b
1 changed files with 5 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
sudo: required
services: docker
script:
- make test