Add upload to bintray from travis.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2015-10-06 20:50:40 -04:00
commit 9ce1884925
7 changed files with 54 additions and 4 deletions

View file

@ -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