1
0
Fork 0

Adding Travis CI support

logger
Armon Dadgar 2014-01-23 14:25:04 -08:00
parent 3ef4eaaa59
commit 17966cd8fe
2 changed files with 5 additions and 1 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: go
go:
- 1.1
- tip

View File

@ -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).