Skip to content

Commit 66c58f4

Browse files
committed
Merge branch 'develop' of https://github.com/LyricTian/oauth2 into develop
2 parents 079ab11 + b0db84c commit 66c58f4

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
language: go
2-
go_import_path: gopkg.in/oauth2.v3
2+
sudo: false
3+
go_import_path: gopkg.in/oauth2.v3
4+
go:
5+
- 1.6
6+
before_install:
7+
- go get github.com/mattn/goveralls
8+
script:
9+
- $HOME/gopath/bin/goveralls -service=travis-ci

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> An open protocol to allow secure authorization in a simple and standard method from web, mobile and desktop applications.
44
5-
[![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]
5+
[![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]
66

77
## Protocol Flow
88

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

0 commit comments

Comments
 (0)