diff --git a/.travis.yml b/.travis.yml index c1ee338e5f..bfc361540b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ jdk: services: - docker +cache: + directories: + - $HOME/.m2 + before_install: - docker run -d -p 5433:5432 -e POSTGRES_PASSWORD=alfresco -e POSTGRES_USER=alfresco -e POSTGRES_DB=alfresco postgres:10.1 postgres -c 'max_connections=300' - docker run -d -p 61616:61616 -p 5672:5672 alfresco/alfresco-activemq:5.15.6