From 4f3559292d749c66da7aa9aeb132f34ea7fb924b Mon Sep 17 00:00:00 2001 From: Ian Rodney Date: Mon, 31 Aug 2020 10:55:28 -0700 Subject: [PATCH] [travis] try to build docker images again (#10412) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b289f0c8..1832b04f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -496,7 +496,7 @@ deploy: - provider: script edge: true # This supposedly opts in to deploy v2. - script: bash $TRAVIS_BUILD_DIR/ci/build_docker_images.sh + script: ./ci/keep_alive bash $TRAVIS_BUILD_DIR/ci/travis/build_docker_images.sh skip_cleanup: true on: repo: ray-project/ray