Skip to content

Commit

Permalink
remove go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Jun 13, 2019
1 parent 0e318ba commit 48ecfc2
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 @@ -16,7 +16,7 @@ after_success:
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
script: rm ../go.mod; curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $LATEST = true

0 comments on commit 48ecfc2

Please sign in to comment.