Remove non-existing $HOME/.bnd/cache/ dir from .travis.yml (#1632)

There is no $HOME/.bnd/cache dir after a Travis build.

There is a $HOME/.bnd/urlcache dir, but it contains info about artifacts in '/target' dirs so it's also useless to cache.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2020-09-10 11:08:46 +02:00 committed by GitHub
parent 5ade1b1239
commit b8a68e7c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,6 @@ jdk: openjdk11
cache:
directories:
- $HOME/.m2
- $HOME/.bnd/cache/
before_install:
- echo "MAVEN_OPTS='-Xms1g -Xmx2g'" > ~/.mavenrc