run the plugin specs only

This commit is contained in:
Rimian Perkins 2017-02-15 10:59:58 +11:00
parent 9d67fe3c35
commit e73505995a
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ before_script:
- bundle exec rake db:create db:migrate
script:
- "bundle exec rake plugin:spec && bundle exec rake qunit:test['200000']"
- "bundle exec rake plugin:spec[discourse-payments] && bundle exec rake qunit:test['200000']"