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