Fix database command
This commit is contained in:
parent
be5752beb3
commit
13e54e9ce8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ env:
|
|||
- DB=sqlite
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue