Run migrate and spec via bundler exec
This commit is contained in:
parent
0e0cc1926f
commit
7ac84c2f0f
|
|
@ -2,5 +2,5 @@ language: ruby
|
|||
env:
|
||||
- RAILS_ENV=test
|
||||
script:
|
||||
- rails db:migrate
|
||||
- rails spec
|
||||
- bundle exec rails db:migrate
|
||||
- bundle exec rails spec
|
||||
|
|
|
|||
Loading…
Reference in New Issue