Skip to content

Commit

Permalink
travis: add goimports to install section
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored and arekkas committed Oct 25, 2017
1 parent c17222c commit 4f5df70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go:
- 1.9

install:
- go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover github.com/Masterminds/glide github.com/ory/go-acc
- go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover github.com/Masterminds/glide github.com/ory/go-acc github.com/bradfitz/goimports
- glide install

script:
Expand Down

0 comments on commit 4f5df70

Please sign in to comment.