stripe-ruby/.travis.yml
Josh Kalderimis d309437bd0 Use the new build env on Travis
more capacity, more ram, more cpu, more wow
2014-12-15 20:21:53 +01:00

16 lines
192 B
YAML

language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
gemfile:
- gemfiles/default-with-activesupport.gemfile
- gemfiles/json.gemfile
- gemfiles/yajl.gemfile
sudo: false