Skip to content

Commit 039697e

Browse files
author
Seth Goings
committed
Revert "fix(make): get gox during bootstrap for use in build-all"
1 parent 89c2f73 commit 039697e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ install:
3535
- make prep-bintray-json
3636
script:
3737
- make test
38-
- make -C client/ bootstrap build test dist
38+
- make -C client/ bootstrap build test
3939
- make -C docs/ build test
40-
- make prep-bintray-json
40+
before_deploy: make -C client/ dist prep-bintray-json
4141
deploy:
4242
- provider: script
4343
# ensure client/doc builds aren't removed

client/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ define check-static-binary
2727
endef
2828

2929
bootstrap:
30-
go get -u github.com/mitchellh/gox
3130
${DEV_ENV_CMD} glide install
3231

3332
glideup:

0 commit comments

Comments
 (0)