remove db:migrate
This commit is contained in:
parent
b16ae846ad
commit
54e2ca0300
|
@ -18,7 +18,7 @@ services:
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- 'RAILS_ENV=test bundle exec rake db:create db:migrate --trace'
|
- 'RAILS_ENV=test bundle exec rake db:create --trace'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- bundle exec rspec spec
|
- bundle exec rspec spec
|
||||||
|
|
Loading…
Reference in New Issue
Block a user