Merge pull request #2671 from dnephin/fix_linux_master_build

Fix linux master build
This commit is contained in:
Daniel Nephin 2016-01-15 15:23:24 -05:00
commit 9e805731e7
1 changed files with 2 additions and 2 deletions

View File

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