Skip to content

Commit 18e25b3

Browse files
committed
Remove Travis
1 parent 6652078 commit 18e25b3

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.travis.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# OmniAuth OAuth2
22

33
[![Gem Version](http://img.shields.io/gem/v/omniauth-oauth2.svg)][gem]
4-
[![Build Status](http://img.shields.io/travis/omniauth/omniauth-oauth2.svg)][travis]
54
[![Code Climate](http://img.shields.io/codeclimate/maintainability/intridea/omniauth-oauth2.svg)][codeclimate]
65
[![Coverage Status](http://img.shields.io/coveralls/intridea/omniauth-oauth2.svg)][coveralls]
76
[![Security](https://hakiri.io/github/omniauth/omniauth-oauth2/master.svg)](https://hakiri.io/github/omniauth/omniauth-oauth2/master)
87

98
[gem]: https://rubygems.org/gems/omniauth-oauth2
10-
[travis]: http://travis-ci.org/omniauth/omniauth-oauth2
119
[codeclimate]: https://codeclimate.com/github/intridea/omniauth-oauth2
1210
[coveralls]: https://coveralls.io/r/intridea/omniauth-oauth2
1311

@@ -32,7 +30,7 @@ module OmniAuth
3230
# This is where you pass the options you would pass when
3331
# initializing your consumer from the OAuth gem.
3432
option :client_options, {:site => "https://api.somesite.com"}
35-
33+
3634
# You may specify that your strategy should use PKCE by setting
3735
# the pkce option to true: https://tools.ietf.org/html/rfc7636
3836
option :pkce, true

0 commit comments

Comments
 (0)