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 9152f48 commit 2551f09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x

before_install:
- go get -u github.com/golang/dep/cmd/dep github.com/golangci/golangci-lint/cmd/golangci-lint
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.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 2551f09

Please sign in to comment.