mirror of
https://github.com/nov/fb_graph2
synced 2023-03-27 23:22:15 -04:00
7 lines
No EOL
179 B
YAML
7 lines
No EOL
179 B
YAML
before_install:
|
|
- gem install bundler
|
|
|
|
rvm:
|
|
- 2.2.2 # NOTE: 2.2.1 or lower aren't supported by activesupport 5.0, CI isn't needed for such legacy versions.
|
|
- 2.2.5
|
|
- 2.3.1 |