Move setup into before_script

This commit is contained in:
Erik Michaels-Ober 2012-03-03 10:25:18 -08:00
parent f78838c04b
commit ed949acbeb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
before_install: "gem update --system"
bundler_args: "--without assets:development:production"
script: "bundle exec rake db:create db:schema:load test"
before_script: "bundle exec rake db:create db:schema:load"
rvm:
- 1.9.2
- 1.9.3