Run qunit test for wizard on Travis.
This commit is contained in:
parent
9d2f855790
commit
1d2b48557c
|
@ -84,6 +84,7 @@ script:
|
|||
else
|
||||
if [ '$QUNIT_RUN' == '1' ]; then
|
||||
bundle exec rake qunit:test['500000'] && \
|
||||
bundle exec rake qunit:test['500000','/wizard/qunit'] && \
|
||||
bundle exec rake plugin:qunit
|
||||
else
|
||||
bundle exec rspec && bundle exec rake plugin:spec
|
||||
|
|
Loading…
Reference in New Issue