mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-09 00:03:05 -04:00
Merge pull request #182 from joshk/patch-1
Use the new build env on Travis
This commit is contained in:
commit
f0c698163e
@ -1,11 +1,15 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 2.1.0
|
- 2.1
|
||||||
|
|
||||||
gemfile:
|
gemfile:
|
||||||
- gemfiles/default-with-activesupport.gemfile
|
- gemfiles/default-with-activesupport.gemfile
|
||||||
- gemfiles/json.gemfile
|
- gemfiles/json.gemfile
|
||||||
- gemfiles/yajl.gemfile
|
- gemfiles/yajl.gemfile
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user