Skip to content

Commit

Permalink
Add Go 1.5 to travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Sep 13, 2015
1 parent a949650 commit 80f769a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ go:
- 1.2
- 1.3
- 1.4
- 1.5
- tip
before_install:
- go get golang.org/x/tools/cmd/vet
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ config := oauth1.Config{
Receive the callback from the OAuth1 provider in a handler.
```
```go
requestToken, verifier, err := oauth1.ParseAuthorizationCallback(req)
// handle err
```
Expand Down

0 comments on commit 80f769a

Please sign in to comment.