diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8d61700 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: go +go: + - 1.1 + - tip diff --git a/README.md b/README.md index ace0807..b8f9f92 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -go-socks5 +go-socks5 [![Build Status](https://travis-ci.org/armon/go-socks5.png)](https://travis-ci.org/armon/go-socks5) ========= Provides the `socks5` package that implements a [SOCKS5 server](http://en.wikipedia.org/wiki/SOCKS).