force travis to use go 1.10.x

This commit is contained in:
Shivaram Lingamneni 2018-05-23 17:56:29 -04:00
parent f408d0f37b
commit 444bebc40d
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,8 @@
language: go
go:
- "1.10.x"
install: make deps
script:
@ -7,4 +10,3 @@ script:
- tar -xzf goreleaser_Linux_x86_64.tar.gz -C $GOPATH/bin
- make
- make test
- ./.check-gofmt.sh