Change travis to use qunit

This commit is contained in:
Robin Ward 2013-06-19 18:19:36 -04:00
parent 8c4aac7f94
commit 7772ef7529
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ before_script:
- rake db:migrate
- export RUBY_GC_MALLOC_LIMIT=50000000
bundler_args: --without development
script: 'rake jshint && rake spec && bundle exec guard-jasmine --server-timeout=60'
script: 'rake jshint && rake spec && bundle exec rake qunit:test"
services:
- redis-server