We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1f51fe + bf29617 commit 89c2f73Copy full SHA for 89c2f73
2 files changed
.travis.yml
@@ -35,9 +35,9 @@ install:
35
- make prep-bintray-json
36
script:
37
- make test
38
- - make -C client/ bootstrap build test
+ - make -C client/ bootstrap build test dist
39
- make -C docs/ build test
40
-before_deploy: make -C client/ dist prep-bintray-json
+ - make prep-bintray-json
41
deploy:
42
- provider: script
43
# ensure client/doc builds aren't removed
client/Makefile
@@ -27,6 +27,7 @@ define check-static-binary
27
endef
28
29
bootstrap:
30
+ go get -u github.com/mitchellh/gox
31
${DEV_ENV_CMD} glide install
32
33
glideup:
0 commit comments