mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Change travis to use qunit
This commit is contained in:
parent
8c4aac7f94
commit
7772ef7529
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ before_script:
|
||||||
- rake db:migrate
|
- rake db:migrate
|
||||||
- export RUBY_GC_MALLOC_LIMIT=50000000
|
- export RUBY_GC_MALLOC_LIMIT=50000000
|
||||||
bundler_args: --without development
|
bundler_args: --without development
|
||||||
script: 'rake jshint && rake spec && bundle exec guard-jasmine --server-timeout=60'
|
script: 'rake jshint && rake spec && bundle exec rake qunit:test"
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue