Skip to content

Commit

Permalink
add queue to travis sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaine Johnson committed Sep 7, 2016
1 parent 4028d73 commit 75500d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: ruby
before_script:
- bundle exec sidekiq -r ./spec/dummy_app/app.rb -L /tmp/sidekiq.log &
- bundle exec sidekiq -r ./spec/dummy_app/app.rb -L /tmp/sidekiq.log -q default -q my_queue &
- sleep 1
script: rspec spec
bundler_args: --without=extras
Expand Down

0 comments on commit 75500d1

Please sign in to comment.