summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2015-05-07 17:04:30 -0600
committerkballou <kballou@devnulllabs.io>2015-05-07 17:04:30 -0600
commit110ee50fe91cc66ec712febf6430c82bc2a2dfe1 (patch)
treef32449b5f2f2c982c35725d729eb6d0ebc2f0f70
parent647016bba175e393d9f1d574159f11846798aadf (diff)
downloadgoprocnet-110ee50fe91cc66ec712febf6430c82bc2a2dfe1.tar.gz
goprocnet-110ee50fe91cc66ec712febf6430c82bc2a2dfe1.tar.xz
Add TravisCI build status link to README
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index c5b0832..7d602bc 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,5 +1,7 @@
# goprocnet: A simpl(istic)e Golang /proc/net explorer #
+[![Build Status](https://travis-ci.org/kennyballou/goprocnet.svg)](https://travis-ci.org/kennyballou/goprocnet)
+
goprocnet is a naive attempt to create something similar to `netstat` for Go. It
will likely not be nearly as feature rich.