Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/LyricTian/oauth2 into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
LyricTian committed Nov 8, 2016
2 parents 079ab11 + b0db84c commit 66c58f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
language: go
go_import_path: gopkg.in/oauth2.v3
sudo: false
go_import_path: gopkg.in/oauth2.v3
go:
- 1.6
before_install:
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> An open protocol to allow secure authorization in a simple and standard method from web, mobile and desktop applications.
[![License][License-Image]][License-Url] [![ReportCard][ReportCard-Image]][ReportCard-Url] [![Build][Build-Status-Image]][Build-Status-Url] [![GoDoc][GoDoc-Image]][GoDoc-Url] [![Release][Release-Image]][Release-Url]
[![License][License-Image]][License-Url] [![ReportCard][ReportCard-Image]][ReportCard-Url] [![Build][Build-Status-Image]][Build-Status-Url] [![Coverage][Coverage-Image]][Coverage-Url] [![GoDoc][GoDoc-Image]][GoDoc-Url] [![Release][Release-Image]][Release-Url]

## Protocol Flow

Expand Down Expand Up @@ -137,4 +137,6 @@ Copyright (c) 2016 Lyric
[ReportCard-Url]: https://goreportcard.com/report/gopkg.in/oauth2.v3
[ReportCard-Image]: https://goreportcard.com/badge/gopkg.in/oauth2.v3
[GoDoc-Url]: https://godoc.org/gopkg.in/oauth2.v3
[GoDoc-Image]: https://godoc.org/gopkg.in/oauth2.v3?status.svg
[GoDoc-Image]: https://godoc.org/gopkg.in/oauth2.v3?status.svg
[Coverage-Url]: https://coveralls.io/github/go-oauth2/oauth2?branch=master
[Coverage-Image]: https://coveralls.io/repos/github/go-oauth2/oauth2/badge.svg?branch=master

0 comments on commit 66c58f4

Please sign in to comment.