mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-13 13:48:40 +02:00
Merge pull request #247 from goreleaser/client9-readme-typo-1
typo, and fix for travis-ci instructions
This commit is contained in:
commit
913a6af1c4
@ -28,7 +28,7 @@ For questions join the [#goreleaser](https://gophers.slack.com/messages/goreleas
|
|||||||
|
|
||||||
# Table of contents
|
# Table of contents
|
||||||
|
|
||||||
- [Introduction](#intorduction)
|
- [Introduction](#introduction)
|
||||||
- [Quick start](#quick-start)
|
- [Quick start](#quick-start)
|
||||||
- [Environment setup](#environment-setup)
|
- [Environment setup](#environment-setup)
|
||||||
- [Release customization](#release-customization)
|
- [Release customization](#release-customization)
|
||||||
@ -455,7 +455,7 @@ You may want to wire this to auto-deploy your new tags on [Travis](https://travi
|
|||||||
```yaml
|
```yaml
|
||||||
# .travis.yml
|
# .travis.yml
|
||||||
after_success:
|
after_success:
|
||||||
test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
|
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
Here is how to do it with [CircleCI](https://circleci.com):
|
Here is how to do it with [CircleCI](https://circleci.com):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user