Add upload to bintray from travis.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
ad96e10938
commit
9ce1884925
7 changed files with 54 additions and 4 deletions
|
|
@ -1,10 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -ex
|
||||
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
script/build-linux
|
||||
# TODO: add script/build-image
|
||||
script/build-image master
|
||||
# TODO: requires auth
|
||||
# docker push docker/compose:master
|
||||
else
|
||||
script/prepare-osx
|
||||
script/build-osx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue