summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.