Fix linux master build.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-01-15 15:02:19 -05:00
parent a104e11191
commit 82b288b25b

View File

@ -4,8 +4,8 @@ set -ex
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
script/build-linux script/build-linux
script/build-image master # TODO: requires auth to push, so disable for now
# TODO: requires auth # script/build-image master
# docker push docker/compose:master # docker push docker/compose:master
else else
script/prepare-osx script/prepare-osx