Skip to content

Commit 2dfda03

Browse files
committed
fix tests causing dirty git state
1 parent 1403ec4 commit 2dfda03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deploy:
1212
- provider: script
1313
skip_cleanup: true
1414
script: >-
15-
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin && curl -sL
15+
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin && git checkout -- . && curl -sL
1616
https://git.io/goreleaser | bash
1717
on:
1818
tags: true

0 commit comments

Comments
 (0)