basic travis

This commit is contained in:
Michael McLoughlin
2018-11-24 16:17:49 -08:00
parent a70227cbe3
commit e02e8491ca

5
.travis.yml Normal file
View File

@@ -0,0 +1,5 @@
language: go
go:
- 1.x
script:
- go test -v ./...