2012-01-21 09:30:50 +00:00
|
|
|
before_install: "gem update --system"
|
2011-08-12 00:14:58 +00:00
|
|
|
bundler_args: "--without assets:development:production"
|
2012-03-03 18:25:18 +00:00
|
|
|
before_script: "bundle exec rake db:create db:schema:load"
|
2011-05-08 23:03:38 +00:00
|
|
|
rvm:
|
|
|
|
- 1.9.2
|
2011-12-01 17:04:30 +00:00
|
|
|
- 1.9.3
|
2011-05-08 23:21:29 +00:00
|
|
|
env: "RAILS_ENV=test"
|