enable travis

add travis badge
This commit is contained in:
Jehiah Czebotar 2012-12-26 18:18:56 +00:00
parent c97de52200
commit 7eb17ba9e0
2 changed files with 9 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: go
install:
- go get github.com/bmizerany/assert
- go get github.com/bitly/go-simplejson
notifications:
email: false

View File

@ -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