Skip to content

Commit

Permalink
'go get' to 'go mod download'
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Jun 2, 2019
1 parent 4b7f073 commit 6670582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ matrix:

install:
- go get -u golang.org/x/tools/cmd/goimports
- go get -v
- go mod download

script:
- diff <(goimports -d *.go cmd/gocloc/main.go examples/*) <(printf "")
Expand Down

0 comments on commit 6670582

Please sign in to comment.