Skip to content

Commit 7eb17ba

Browse files
committed
enable travis
add travis badge
1 parent c97de52 commit 7eb17ba

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ google_auth_proxy
55
A reverse proxy that provides authentication using Google OAuth2 to validate
66
individual accounts, or a whole google apps domain.
77

8+
[![Build Status](https://secure.travis-ci.org/bitly/google_auth_proxy.png?branch=master)](http://travis-ci.org/bitly/google_auth_proxy)
9+
810

911
## Structure
1012

0 commit comments

Comments
 (0)