Skip to content

Commit

Permalink
Update Go doc guide with feedback from @mrb
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 26, 2012
1 parent 6a8b1c4 commit 26b4027
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/user/languages/go.md
Expand Up @@ -32,6 +32,12 @@ If you need to perform special tasks before your tests can run, override the `in

install: make get-deps

It is also possible to specify a list of operations, for example, to `go get` remote dependencies:

install:
- go get github.com/bmizerany/assert
- go get github.com/mrb/hob

See [general build configuration guide](/docs/user/build-configuration/) to learn more.


Expand Down Expand Up @@ -72,3 +78,4 @@ Travis CI currently only provides a single Go version, 1.0.

* [peterbourgon/diskv](https://github.com/peterbourgon/diskv/blob/master/.travis.yml)
* [Go AMQP client](https://github.com/streadway/amqp/blob/master/.travis.yml)
* [mrb/hob](https://github.com/mrb/hob/blob/master/.travis.yml)

0 comments on commit 26b4027

Please sign in to comment.