Skip to content

Commit

Permalink
force travis to use go 1.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed May 24, 2018
1 parent f408d0f commit 444bebc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,10 +1,12 @@
language: go

go:
- "1.10.x"

install: make deps

script:
- wget https://github.com/goreleaser/goreleaser/releases/download/v0.62.2/goreleaser_Linux_x86_64.tar.gz
- tar -xzf goreleaser_Linux_x86_64.tar.gz -C $GOPATH/bin
- make
- make test
- ./.check-gofmt.sh

0 comments on commit 444bebc

Please sign in to comment.