mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 08:49:20 +00:00
commit
5ee91cc296
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: ruby
|
||||
rvm:
|
||||
- 1.9.3
|
||||
before_script:
|
||||
- psql -c 'create database discourse_test;' -U postgres
|
||||
- rake db:migrate
|
||||
services:
|
||||
- redis-server
|
Loading…
x
Reference in New Issue
Block a user