Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit f93d2d5

Browse files
committed
[build] fix build break due to incorrect dependency by cobra
1 parent 04ef24b commit f93d2d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go:
44
script:
55
- go test -v ./...
66
before_deploy:
7+
- go get github.com/inconshreveable/mousetrap # temporary fix for travis build breaks for windows due to cobra dependency on mousetrap
78
- go get github.com/mitchellh/gox
89
- gox -osarch="darwin/amd64" -osarch="linux/arm" -osarch="linux/386" -osarch="windows/386" -build-toolchain
910
- gox -osarch="darwin/amd64" -osarch="linux/arm" -osarch="linux/386" -osarch="windows/386" -output="parse_{{.OS}}_{{.Arch}}"

0 commit comments

Comments
 (0)