Merge pull request #67 from arikfr/master

Configured Travis CI to run Jasmine specs too
This commit is contained in:
Robin Ward 2013-02-07 14:13:06 -08:00
commit 06f4d7ca8e
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@ rvm:
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