mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
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:
parent
5ade1b1239
commit
b8a68e7c27
@ -7,7 +7,6 @@ jdk: openjdk11
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
- $HOME/.bnd/cache/
|
||||
|
||||
before_install:
|
||||
- echo "MAVEN_OPTS='-Xms1g -Xmx2g'" > ~/.mavenrc
|
||||
|
Loading…
Reference in New Issue
Block a user