stripe-ruby/.travis.yml
Evan Broder b905b2164c Run the test suite once with ActiveSupport loaded, once without
ActiveSupport is the source of many problems for us, so let's try to
catch them pre-emptively with testing
2012-05-07 17:24:44 -07:00

9 lines
149 B
YAML

language: ruby
rvm:
- 1.8.7
- 1.9.3
gemfile:
- gemfiles/default-with-activesupport.gemfile
- gemfiles/json.gemfile
- gemfiles/yajl.gemfile