Fix #65: Use Go 1.8 in travis

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
This commit is contained in:
Hector Sanjuan 2017-03-14 14:19:55 +01:00
parent a40e90a78d
commit 11f3e6b2d4

View File

@ -1,6 +1,6 @@
language: go
go:
- '1.7'
- '1.8'
install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls