mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
slightly less verbose travis builds
This commit is contained in:
parent
28fd63bd11
commit
715a6d177a
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ before_script:
|
|||
- rake db:migrate
|
||||
- export RUBY_GC_MALLOC_LIMIT=50000000
|
||||
bundler_args: --without development
|
||||
script: 'rake spec && bundle exec rake qunit:test'
|
||||
script: 'bundle exec rspec && bundle exec rake qunit:test'
|
||||
services:
|
||||
- redis-server
|
||||
|
|
Loading…
Reference in a new issue