Fix build

This commit is contained in:
Erik Michaels-Ober 2011-09-15 17:07:12 -07:00
parent ab01b43c21
commit d8cd38690b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
bundler_args: "--without assets:development:production" bundler_args: "--without assets:development:production"
script: "bundle exec rake db:migrate test" script: "bundle exec rake db:create db:migrate test"
rvm: rvm:
- 1.8.7 - 1.8.7
- 1.9.2 - 1.9.2