Skip to content

Commit

Permalink
Use one go get in Travis
Browse files Browse the repository at this point in the history
Change to one `go get <pkg>` style in Travis configuration.
  • Loading branch information
HeavyWombat committed May 30, 2018
1 parent 6bdff0c commit 0101e6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ go:

install:
- go get honnef.co/go/tools/cmd/megacheck
- go get github.com/client9/misspell/cmd/misspell
- go get github.com/fzipp/gocyclo
- go get golang.org/x/lint/golint
- go get golang.org/x/tools/cmd/cover
- go get github.com/onsi/ginkgo/ginkgo
- go get github.com/onsi/gomega/...
github.com/client9/misspell/cmd/misspell
github.com/fzipp/gocyclo
golang.org/x/lint/golint
golang.org/x/tools/cmd/cover
github.com/onsi/ginkgo/ginkgo
github.com/onsi/gomega/...
- export PATH=$PATH:$HOME/gopath/bin

before_deploy:
Expand Down

0 comments on commit 0101e6e

Please sign in to comment.