Skip to content

Commit

Permalink
fix typo in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere1A committed Oct 1, 2018
1 parent 2468b3f commit 0051a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- stage: release
name: release
script:
- docker login -u "$DOCKER_USERNAME" p "$DOCKER_PASSWORD"
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
- curl -sL https://git.io/goreleaser | bash
deploy:
- provider: releases
Expand Down

0 comments on commit 0051a89

Please sign in to comment.