Cache MQ advanced in Travis

This commit is contained in:
Riccardo Biraghi
2018-04-20 10:43:26 +02:00
parent 49e90d2e54
commit e478f8cc67

View File

@@ -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"