mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Run Jasmine specs in Travis CI
This commit is contained in:
parent
ad93fe68d8
commit
95179ac22c
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue