Skip to content

Commit

Permalink
πŸ— Clean up build cache on Travis (#22926)
Browse files Browse the repository at this point in the history
* Remove pip and sauce_connect from Travis cache, remove duplicate stop_sauce_connect script

* Add debugging for remote and e2e jobs

* readd sauce
  • Loading branch information
estherkim committed Jun 20, 2019
1 parent fb0a2e8 commit 92908d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand All @@ -91,5 +94,4 @@ cache:
- validator/node_modules
- validator/nodejs/node_modules
- validator/webui/node_modules
- $HOME/.cache/pip
yarn: true

0 comments on commit 92908d4

Please sign in to comment.