Create .travis.yml

Adding Travis-CI
This commit is contained in:
Travis Rowland
2017-03-21 01:26:07 -07:00
committed by GitHub
parent 7e02e426e5
commit 8f33bcf3d2

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
sudo: required
services:
- docker
script:
- make build