Skip to content

Commit

Permalink
Edit .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
osamingo committed Sep 11, 2019
1 parent 1ab5a4f commit 86a7751
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x


before_install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0

install:
- dep ensure
- GO111MODULE=on go mod vendor

before_script:
- golangci-lint run ./...
Expand Down

0 comments on commit 86a7751

Please sign in to comment.