Skip to content

Commit

Permalink
try to fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Feb 17, 2019
1 parent c80cde8 commit 45c1f26
Show file tree
Hide file tree
Showing 412 changed files with 232,457 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ go:
- 1.x
- 1.11.x

sudo: false
go_import_path: github.com/kamilsk/retry/v4

before_install:
- export GO111MODULE=on
sudo: false

script:
- make test ARGS='-timeout=1s'
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ $ egg bitbucket.org/kamilsk/retry
## Update

This library is using [SemVer](https://semver.org/) for versioning, and it is not
[BC](https://en.wikipedia.org/wiki/Backward_compatibility)-safe. Therefore, do not use `go get -u` to update it,
use **dep**, **glide** or something similar for this purpose.
[BC](https://en.wikipedia.org/wiki/Backward_compatibility)-safe.

<sup id="egg">1</sup> The project is still in prototyping. [](#anchor-egg)

Expand Down
29 changes: 29 additions & 0 deletions cmd/retry/vendor/github.com/briandowns/spinner/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions cmd/retry/vendor/github.com/briandowns/spinner/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

174 changes: 174 additions & 0 deletions cmd/retry/vendor/github.com/briandowns/spinner/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 45c1f26

Please sign in to comment.