added travis support.

This commit is contained in:
Mark Beamer Jr 2018-11-09 16:51:09 -05:00
parent 95c75ed957
commit c84b36d76d
No known key found for this signature in database
GPG key ID: 1C314FB89AD76973

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
os: linux
dist: trusty
language: go
go:
- 1.10.3
script:
- ./build_and_test.sh