Skip to content

Commit bf29617

Browse files
author
Vaughn Dice
committed
fix(make): get gox during bootstrap for use in build-all
1 parent d1f51fe commit bf29617

2 files changed

Lines changed: 3 additions & 2 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
38+
- make -C client/ bootstrap build test dist
3939
- make -C docs/ build test
40-
before_deploy: make -C client/ dist prep-bintray-json
40+
- make prep-bintray-json
4141
deploy:
4242
- provider: script
4343
# ensure client/doc builds aren't removed

client/Makefile

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

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

3233
glideup:

0 commit comments

Comments
 (0)