Adding TravisCI configuration file.

This commit is contained in:
Bruce Marriner 2016-06-01 15:01:25 -05:00
parent 939a98fa97
commit 113b5eb2cf

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: go
go:
- 1.4
- 1.5
- 1.6
install:
- go get github.com/bwmarrin/flake
- go get -v .