mirror of https://github.com/grpc/grpc-java.git
Remove m2 from Travis cache; it's unused
This is a remanent from when we were building Netty from master. Gradle uses ~/.gradle/caches/modules-2/files-2.1/ for its Maven Central cache.
This commit is contained in:
parent
0b3a41773c
commit
51548bc09d
|
@ -46,7 +46,6 @@ notifications:
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- /tmp/protobuf-${PROTOBUF_VERSION}
|
- /tmp/protobuf-${PROTOBUF_VERSION}
|
||||||
- $HOME/.m2/repository/io/netty
|
|
||||||
- $HOME/.gradle/caches/modules-2
|
- $HOME/.gradle/caches/modules-2
|
||||||
- $HOME/.gradle/wrapper
|
- $HOME/.gradle/wrapper
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue