From 92908d42f9a69beb9adbd5577ebef444ddf4f1ca Mon Sep 17 00:00:00 2001 From: Esther Kim <44627152+estherkim@users.noreply.github.com> Date: Thu, 20 Jun 2019 10:54:52 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=20Clean=20up=20build=20cache=20on?= =?UTF-8?q?=20Travis=20(#22926)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove pip and sauce_connect from Travis cache, remove duplicate stop_sauce_connect script * Add debugging for remote and e2e jobs * readd sauce --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0700249a50ee..5f20410d24cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,10 +78,13 @@ jobs: - unbuffer node build-system/pr-check/remote-tests.js after_script: - build-system/sauce_connect/stop_sauce_connect.sh + - ps -ef - stage: test name: "End to End Tests" script: - unbuffer node build-system/pr-check/e2e-tests.js + after_script: + - ps -ef cache: directories: - node_modules @@ -91,5 +94,4 @@ cache: - validator/node_modules - validator/nodejs/node_modules - validator/webui/node_modules - - $HOME/.cache/pip yarn: true