Add .travis.yml

This commit is contained in:
Cody Soyland 2017-02-14 11:32:42 -06:00
parent d8745fa27b
commit 65ab872521

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: go
go:
- 1.7.x
- master
script: go test $(go list ./... | grep -v vendor)