Add .travis.yml

References #13.
This commit is contained in:
Andrew Gaul 2018-02-03 19:44:06 -08:00
parent 395220b947
commit 18b1ff6898
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: go
sudo: required
dist: trusty
install:
- go get -t
- go build
go:
- 1.8.1