mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 06:55:03 -05:00
Added TravisCI configuration file
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
language: ruby
|
||||
rvm:
|
||||
- 1.9.3
|
||||
before_script:
|
||||
- psql -c 'create database discourse_test;' -U postgres
|
||||
services:
|
||||
- redis-server
|
||||
Reference in New Issue
Block a user