mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
Updated .travis.yml to run migrations
This commit is contained in:
parent
a63b07f7a5
commit
ad93fe68d8
|
@ -3,5 +3,6 @@ rvm:
|
|||
- 1.9.3
|
||||
before_script:
|
||||
- psql -c 'create database discourse_test;' -U postgres
|
||||
- rake db:migrate
|
||||
services:
|
||||
- redis-server
|
Loading…
Reference in New Issue
Block a user