1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

Merge pull request #247 from goreleaser/client9-readme-typo-1

typo, and fix for travis-ci instructions
This commit is contained in:
Carlos Alexandro Becker 2017-05-29 14:15:45 -03:00 committed by GitHub
commit 913a6af1c4

View File

@ -28,7 +28,7 @@ For questions join the [#goreleaser](https://gophers.slack.com/messages/goreleas
# Table of contents
- [Introduction](#intorduction)
- [Introduction](#introduction)
- [Quick start](#quick-start)
- [Environment setup](#environment-setup)
- [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
# .travis.yml
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):