mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:53:41 +08:00
9 lines
218 B
YAML
9 lines
218 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
before_script:
|
|
- psql -c 'create database discourse_test;' -U postgres
|
|
- rake db:migrate
|
|
script: 'rake spec && bundle exec guard-jasmine --server-timeout=60'
|
|
services:
|
|
- redis-server |