Skip to content

Commit

Permalink
Socker login for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
liampulles committed Jun 17, 2020
1 parent 15a259c commit 7b3bf44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ language: go
go:
- 1.14.x

services:
- docker

before_install:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin

script:
- make
- curl -sfL https://git.io/goreleaser | sh -s -- check # check goreleaser config for deprecations
Expand Down

0 comments on commit 7b3bf44

Please sign in to comment.