From 2c71559b3a91b636b13090d98e1871509f221fd5 Mon Sep 17 00:00:00 2001 From: Sven Mika Date: Sun, 3 May 2020 20:27:29 +0200 Subject: [PATCH] [RLlib] Fixes duplicate learning tests in travis.yaml. (#8293) Fixes duplicate learning tests in travis.yaml. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 50801ddf3..418885109 100644 --- a/.travis.yml +++ b/.travis.yml @@ -176,7 +176,7 @@ matrix: - PYTHON=3.6 - PYTHONWARNINGS=ignore before_install: - - . ./ci/travis/ci.sh init RAY_CI_RLLIB_FULL_AFFECTED + - . ./ci/travis/ci.sh init RAY_CI_RLLIB_AFFECTED install: - . ./ci/travis/ci.sh build script: