From e478f8cc6715f45bde8c9a64916d02a40da27e27 Mon Sep 17 00:00:00 2001 From: Riccardo Biraghi Date: Fri, 20 Apr 2018 10:43:26 +0200 Subject: [PATCH] Cache MQ advanced in Travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d729bdf..88a1508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,10 @@ services: go_import_path: "github.com/ibm-messaging/mq-container" +cache: + directories: + - downloads + before_install: - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"