mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
add the cache back
This commit is contained in:
18
.travis.yml
18
.travis.yml
@@ -12,15 +12,15 @@ branches:
|
|||||||
- /feature-2.7\/.*/
|
- /feature-2.7\/.*/
|
||||||
- /merge-2.7\/.*/
|
- /merge-2.7\/.*/
|
||||||
- /hotfix-2.7\/.*/
|
- /hotfix-2.7\/.*/
|
||||||
#
|
|
||||||
#cache:
|
cache:
|
||||||
# directories:
|
directories:
|
||||||
# - $HOME/.m2
|
- $HOME/.m2
|
||||||
#
|
|
||||||
## the cache can grow constantly
|
# the cache can grow constantly
|
||||||
#before_cache:
|
before_cache:
|
||||||
# - rm -rf $HOME/.m2/repository/org/alfresco/alfresco-rm*
|
- rm -rf $HOME/.m2/repository/org/alfresco/alfresco-rm*
|
||||||
# - rm -rf $HOME/.m2/repository/org/codehaus
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- "cp .travis.settings.xml $HOME/.m2/settings.xml"
|
- "cp .travis.settings.xml $HOME/.m2/settings.xml"
|
||||||
|
Reference in New Issue
Block a user