aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-07-30 16:31:12 -0700
committerEric Anderson <ejona@google.com>2018-08-17 17:27:12 -0700
commit71e9841c80bcc069ee2f34e6f846c722e5adac0f (patch)
treefb5445f89f97e5292d5cea377d563d8efeb82d4d /.travis.yml
parentf8d30afb2046775243991c25d931c1ea98aaa66b (diff)
downloadgrpc-grpc-java-71e9841c80bcc069ee2f34e6f846c722e5adac0f.tar.gz
travis.yml: Fix protobuf compilation caching
Wildcard apparently doesn't work... silently. Move versions into their own directory so we can use a hard-coded string in the travis configuration.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 04cbe928a..6ee1ddd81 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,7 +55,7 @@ notifications:
cache:
directories:
- - /tmp/protobuf-*
+ - /tmp/protobuf-cache
- /tmp/gradle-caches-modules-2
- /tmp/gradle-wrapper