mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #2053 from vikhyat/travis-plugins
Add plugin specs to travis
This commit is contained in:
commit
73e6ee151a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue