Fix make vet in Travis

This commit is contained in:
Riccardo Biraghi
2018-04-11 14:44:58 +01:00
parent 831f0695a9
commit 3d569b3e8c
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ go:
services:
- docker
go_import_path: github.com/ibm-messagin/mq-container
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"