Run migrations before testing
This commit is contained in:
parent
c0224f2389
commit
dd6265323d
|
@ -1,4 +1,4 @@
|
||||||
script: "bundle exec rake test"
|
script: "bundle exec rake db:migrate test"
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
|
|
Loading…
Reference in New Issue