From 75500d1c73655acf95c7c6438a672bbc0291a4ce Mon Sep 17 00:00:00 2001 From: Blaine Johnson Date: Wed, 7 Sep 2016 09:02:10 -0600 Subject: [PATCH] add queue to travis sidekiq --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ab1eb9..cb3f02f 100644 --- a/.travis.yml +++ b/.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