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:
Eric Anderson 2016-04-29 14:25:40 -07:00
parent 0b3a41773c
commit 51548bc09d
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ notifications:
cache:
directories:
- /tmp/protobuf-${PROTOBUF_VERSION}
- $HOME/.m2/repository/io/netty
- $HOME/.gradle/caches/modules-2
- $HOME/.gradle/wrapper