Merge pull request #2053 from vikhyat/travis-plugins

Add plugin specs to travis
This commit is contained in:
Sam 2014-03-05 11:21:00 +11:00
commit 73e6ee151a

View file

@ -8,6 +8,6 @@ before_script:
- export RUBY_GC_MALLOC_LIMIT=50000000 - export RUBY_GC_MALLOC_LIMIT=50000000
- bundle exec rake db:migrate - bundle exec rake db:migrate
bundler_args: --without development 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: services:
- redis-server - redis-server