Skip to content

Commit d1f51fe

Browse files
author
Vaughn Dice
committed
fix(.travis.yml): use client makefile in before_deploy
1 parent 77638be commit d1f51fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ script:
3737
- make test
3838
- make -C client/ bootstrap build test
3939
- make -C docs/ build test
40-
before_deploy: make dist 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

0 commit comments

Comments
 (0)