Fix database command

This commit is contained in:
Andrew Tomaka 2013-08-10 00:41:42 -04:00
parent be5752beb3
commit 13e54e9ce8

View file

@ -6,7 +6,7 @@ env:
- DB=sqlite - DB=sqlite
script: script:
- RAILS_ENV=test bundle exec rake --trace db:migrate test - RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake db:test:prepare - bundle exec rake db:test:prepare
- bundle exec rake - bundle exec rake