Skip to content

Commit

Permalink
travis: skip -u in go get to play nicer with Go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mewmew committed Jul 1, 2019
1 parent e123e6f commit 685a7e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ install:
- go get -t ./...

before_script:
- go get -u golang.org/x/tools/cmd/cover
- go get -u golang.org/x/tools/cmd/goimports
- go get -u golang.org/x/lint/golint
- go get -u github.com/mattn/goveralls
- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/goimports
- go get golang.org/x/lint/golint
- go get github.com/mattn/goveralls
- go get github.com/golangci/golangci-lint/cmd/golangci-lint
- wget https://raw.githubusercontent.com/mewmew/ci/master/ci_checks.sh
- chmod +x ci_checks.sh

Expand Down

0 comments on commit 685a7e3

Please sign in to comment.