1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

typo, and fix for travis-ci instructions

This commit is contained in:
Nick Galbreath 2017-05-29 09:41:49 -07:00 committed by GitHub
parent 1110e3f259
commit 80cf29ca2d

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):