Browse Source

Fix linux master build.

Signed-off-by: Daniel Nephin <[email protected]>
Daniel Nephin 9 years ago
parent
commit
82b288b25b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      script/travis/build-binary

+ 2 - 2
script/travis/build-binary

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