From f64f7c2d567046ffff69eaa00b3b93f192071233 Mon Sep 17 00:00:00 2001 From: FPiety0521 Date: Mon, 29 Jul 2019 23:58:30 -0700 Subject: [PATCH] Fix broken builds Addresses: https://github.com/golang-migrate/migrate/issues/254 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3a3ee81..33892a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,11 @@ cache: directories: - $GOPATH/pkg +addons: + apt: + packages: + - docker-ce + before_install: - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0 - echo "TRAVIS_GO_VERSION=${TRAVIS_GO_VERSION}"