Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ env:
- TF_VERSION_ID= # Do not install TensorFlow in this case

cache:
# Reuse the pip cache directory across build machines.
pip: true
Copy link
Contributor

@stephanwlee stephanwlee Jan 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pip: false then explain why opted out? Some stupid person like me may flip it back on thinking that it will improve our CI (and saved the world) :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea; thanks. Done.

# Don't cache the Pip directory. We pull in a new `tf-nightly` wheel
# every day, and Pip caches are never evicted, so this quickly bloats
# to many gigabytes and adds minutes to the CI time.
pip: false
# Cache directories for Bazel. See ci/bazelrc for details.
directories:
- $HOME/.cache/tb-bazel-repo
Expand Down