fix go version in .travis.yml

This commit is contained in:
Michael McLoughlin
2018-11-24 16:21:28 -08:00
parent e02e8491ca
commit 124587f55c

View File

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