mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-05 00:02:50 -04:00
17 lines
202 B
YAML
17 lines
202 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 1.8.7
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1
|
|
- 2.2
|
|
|
|
gemfile:
|
|
- gemfiles/default-with-activesupport.gemfile
|
|
- gemfiles/json.gemfile
|
|
- gemfiles/yajl.gemfile
|
|
|
|
sudo: false
|