Skip to content

Commit

Permalink
Fix broken builds
Browse files Browse the repository at this point in the history
  • Loading branch information
FPiety0521 authored and FPiety0521 committed Jul 30, 2019
1 parent 995b7ed commit f64f7c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit f64f7c2

Please sign in to comment.