mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 21:34:50 +00:00
7 lines
129 B
YAML
7 lines
129 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
before_script:
|
|
- psql -c 'create database discourse_test;' -U postgres
|
|
services:
|
|
- redis-server |