diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..faf97b8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: go +install: + - go get github.com/bmizerany/assert + - go get github.com/bitly/go-simplejson +notifications: + email: false + diff --git a/README.md b/README.md index ebc0ef4..0eb2a09 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ google_auth_proxy A reverse proxy that provides authentication using Google OAuth2 to validate individual accounts, or a whole google apps domain. +[![Build Status](https://secure.travis-ci.org/bitly/google_auth_proxy.png?branch=master)](http://travis-ci.org/bitly/google_auth_proxy) + ## Structure