From 7798b359d244e1314cc9bd83f859120cfc3808ba Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Thu, 7 Mar 2019 14:49:39 -0800 Subject: [PATCH] install bazel --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: