mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Added TravisCI configuration file
This commit is contained in:
parent
8be8be9d93
commit
c5233505e9
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
language: ruby
|
||||||
|
rvm:
|
||||||
|
- 1.9.3
|
||||||
|
before_script:
|
||||||
|
- psql -c 'create database discourse_test;' -U postgres
|
||||||
|
services:
|
||||||
|
- redis-server
|
Loading…
Reference in New Issue
Block a user