enable travis
add travis badge
This commit is contained in:
parent
c97de52200
commit
7eb17ba9e0
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: go
|
||||
install:
|
||||
- go get github.com/bmizerany/assert
|
||||
- go get github.com/bitly/go-simplejson
|
||||
notifications:
|
||||
email: false
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user