mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 16:32:46 +08:00
Merge pull request #2053 from vikhyat/travis-plugins
Add plugin specs to travis
This commit is contained in:
commit
73e6ee151a
|
@ -8,6 +8,6 @@ before_script:
|
|||
- export RUBY_GC_MALLOC_LIMIT=50000000
|
||||
- bundle exec rake db:migrate
|
||||
bundler_args: --without development
|
||||
script: 'bundle exec rspec && bundle exec rake qunit:test'
|
||||
script: 'bundle exec rspec && bundle exec rake plugin:spec && bundle exec rake qunit:test'
|
||||
services:
|
||||
- redis-server
|
||||
|
|
Loading…
Reference in New Issue
Block a user