This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
discourse/.travis.yml
2013-02-08 00:07:48 +02:00

9 lines
No EOL
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