From 958c47866e21e987382277562c21453363a05654 Mon Sep 17 00:00:00 2001 From: Burcu Dogan Date: Wed, 9 Jul 2014 16:06:12 -0700 Subject: [PATCH] Add build status. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe8297f..c4b5332 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # OAuth2 for Go +[![Build Status](https://travis-ci.org/golang/oauth2.svg?branch=master)](https://travis-ci.org/golang/oauth2) + oauth2 package contains a client implementation for OAuth 2.0 spec. ## Installation