From 17966cd8fe335b2a0636041cc2c6a63440757cbc Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Thu, 23 Jan 2014 14:25:04 -0800 Subject: [PATCH] Adding Travis CI support --- .travis.yml | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .travis.yml 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).