Skip to content

Commit 962e366

Browse files
committed
Run migrations before testing in CI
1 parent 901c7a2 commit 962e366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ rvm:
55
env: THEME=bridgepdx
66
before_install:
77
- rvm rubygems 1.8.25
8+
before_script:
9+
- bundle exec rake db:migrate

0 commit comments

Comments
 (0)