Skip to content

Commit fcc9ad9

Browse files
authored
Merge pull request #38 from LyricTian/develop
update travis
2 parents 3f68b5f + 22fecb8 commit fcc9ad9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: go
22
sudo: false
33
go_import_path: gopkg.in/oauth2.v3
44
go:
5-
- 1.6
5+
- 1.7
66
before_install:
77
- go get github.com/mattn/goveralls
88
script:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ Copyright (c) 2016 Lyric
132132
[License-Image]: https://img.shields.io/npm/l/express.svg
133133
[Build-Status-Url]: https://travis-ci.org/go-oauth2/oauth2
134134
[Build-Status-Image]: https://travis-ci.org/go-oauth2/oauth2.svg?branch=master
135-
[Release-Url]: https://github.com/go-oauth2/oauth2/releases/tag/v3.5.1
136-
[Release-image]: http://img.shields.io/badge/release-v3.5.1-1eb0fc.svg
135+
[Release-Url]: https://github.com/go-oauth2/oauth2/releases/tag/v3.5.2
136+
[Release-image]: http://img.shields.io/badge/release-v3.5.2-1eb0fc.svg
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

server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"net/url"
88
"time"
99

10-
oauth2 "gopkg.in/oauth2.v3"
10+
"gopkg.in/oauth2.v3"
1111
"gopkg.in/oauth2.v3/errors"
1212
)
1313

0 commit comments

Comments
 (0)