Skip to content

Commit

Permalink
travis: add go 1.13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jan 4, 2020
1 parent 021e963 commit 10c8de7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ stages:

go:
- 1.12.x
- 1.13.x
- tip

env: GO111MODULE=on
Expand All @@ -19,6 +20,6 @@ matrix:
- go: tip
include:
- stage: lint
go: 1.12.x
go: 1.13.x
before_install: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
script: golangci-lint run -v

0 comments on commit 10c8de7

Please sign in to comment.