Skip to content

Commit

Permalink
start Sidekiq on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Leech committed Oct 6, 2014
1 parent 069c66b commit 82cd0a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,4 +1,7 @@
language: ruby
before_script:
- bundle exec sidekiq -d -r ./spec/dummy_app/app.rb -L /tmp/sidekiq.log
- sleep 1
script: rspec spec
bundler_args: --without=extras
services:
Expand Down

0 comments on commit 82cd0a8

Please sign in to comment.