1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00
simi--omniauth-facebook/.travis.yml
Nick Muerdter a05db234f6 Test only under supported versions of Ruby. (#312)
- Drop testing for Ruby 2.0, 2.1, and 2.2, which are end-of-life.
- Add testing for Ruby 2.6.
2019-01-15 16:24:10 +01:00

10 lines
139 B
YAML

before_install:
- gem update bundler
- bundle --version
- gem update --system
- gem --version
rvm:
- 2.6
- 2.5
- 2.4
- 2.3