Skip to content

Commit

Permalink
tweak travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmolnar authored and m0n9oose committed Jan 4, 2019
1 parent a2984e2 commit b4928a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
before_install:
- gem update bundler
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
- 2.3.0
- rbx
- 2.4
- 2.5
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Originally was [omniauth-openid-connect](https://github.com/jjbohn/omniauth-open

I've forked this repository and launch as separate gem because maintaining of original was dropped.

[![Build Status](https://travis-ci.org/m0n9oose/omniauth_openid_connect.png?branch=master)](https://travis-ci.org/m0n9oose/omniauth_openid_connect)

## Installation

Add this line to your application's Gemfile:
Expand Down Expand Up @@ -62,7 +64,7 @@ For the full low down on OpenID Connect, please check out

## Contributing

1. Fork it ( http://github.com/jjbohn/omniauth-openid-connect/fork )
1. Fork it ( http://github.com/m0n9oose/omniauth-openid-connect/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
Expand Down

0 comments on commit b4928a1

Please sign in to comment.