Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaine Johnson committed Sep 7, 2016
1 parent 75500d1 commit 944141e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,5 +1,7 @@
language: ruby
before_script:
- gem update --system
- gem install bundler
- bundle exec sidekiq -r ./spec/dummy_app/app.rb -L /tmp/sidekiq.log -q default -q my_queue &
- sleep 1
script: rspec spec
Expand Down

0 comments on commit 944141e

Please sign in to comment.