mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 20:22:45 +08:00
Merge pull request #67 from arikfr/master
Configured Travis CI to run Jasmine specs too
This commit is contained in:
commit
06f4d7ca8e
|
@ -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
|
Loading…
Reference in New Issue
Block a user