We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97de52 commit 7eb17baCopy full SHA for 7eb17ba
.travis.yml
@@ -0,0 +1,7 @@
1
+language: go
2
+install:
3
+ - go get github.com/bmizerany/assert
4
+ - go get github.com/bitly/go-simplejson
5
+notifications:
6
+ email: false
7
+
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.
8
+[](http://travis-ci.org/bitly/google_auth_proxy)
9
10
11
## Structure
12
0 commit comments