diff --git a/.travis.yml b/.travis.yml index 65d8d911821c..119f22c3c4cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,8 @@ matrix: osx_image: xcode7 env: MAC_WHEELS=1 PYTHONWARNINGS=ignore install: - - ./ci/travis/install-dependencies.sh + - ./ci/suppress_output ./ci/travis/install-bazel.sh + - ./ci/suppress_output ./ci/travis/install-dependencies.sh # This command should be kept in sync with ray/python/README-building-wheels.md. - ./python/build-wheel-macos.sh script: