Skip to content

Commit 1403ec4

Browse files
committed
fix issue with newlines that travis lint missed
1 parent cd7b6d1 commit 1403ec4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ script:
1111
deploy:
1212
- provider: script
1313
skip_cleanup: true
14-
script: |
15-
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin &&
16-
curl -sL https://git.io/goreleaser | bash
14+
script: >-
15+
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin && curl -sL
16+
https://git.io/goreleaser | bash
1717
on:
1818
tags: true

0 commit comments

Comments
 (0)