Merge pull request #56 from empathetic-alligator/readme_travis

Added travis build status icon to README
This commit is contained in:
Andrey Petrov 2014-12-14 19:24:41 -08:00
commit 7921cbb161

View File

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/shazow/ssh-chat.svg?branch=master)](https://travis-ci.org/shazow/ssh-chat)
# ssh-chat
Custom SSH server written in Go. Instead of a shell, you get a chat prompt.
@ -57,6 +59,7 @@ See notes in the header of our Dockerfile for details on building your own image
If you're developing on this repo, there is a handy Makefile that should set
things up with `make run`.
Additionally, `make debug` runs the server with an http `pprof` server. This allows you to open [http://localhost:6060/debug/pprof/]() and view profiling data. See [net/http/pprof](http://golang.org/pkg/net/http/pprof/) for more information about `pprof`.
## License