File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11language : 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments