Skip to content

Commit 593ad8b

Browse files
committed
Merge branch 'master' of github.com:youtube/doorman
2 parents 5575bcc + cef92bd commit 593ad8b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ go:
44
- 1.5
55

66
script: go test -race ./go/...
7-
7+
install: GO15VENDOREXPERIMENT=1 go get -t -v ./go/...
88
env:
99
- GO15VENDOREXPERIMENT=1

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Doorman requires the clients to inform it of the desired capacity (the so-called
5656
### Next steps
5757
- Read the [tutorial](doc/simplecluster).
5858
- Read more about available [algorithms](doc/algorithms.md).
59+
- Read a [Kubernetes deployment tutorial](doc/loadtest).
5960
- Read about Doorman's [configuration](doc/configuration.md).
6061
- Read the in-depth [design doc](doc/design.md).
6162
- Read the [client documentation](https://godoc.org/github.com/youtube/doorman/go/client/doorman).

0 commit comments

Comments
 (0)