Skip to content

Commit

Permalink
Run sidekiq on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schaefer authored and roschaefer committed Feb 24, 2018
1 parent 13eae67 commit a05ec05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,8 @@ language: ruby
sudo: required
rvm:
- 2.4.1
services:
- redis-server
addons:
ssh_known_hosts: rundfunk-mitbestimmen.de
postgresql: "9.6"
Expand Down
1 change: 1 addition & 0 deletions Procfile
@@ -1,2 +1,3 @@
backend: cd backend && bin/rails s -p $RAILS_PORT
frontend: cd frontend && ember serve -p $EMBER_PORT
sidekiq: cd backend && bundle exec sidekiq
1 change: 1 addition & 0 deletions ProcfileTesting
@@ -1,2 +1,3 @@
backend: cd backend && bin/rails s -p $RAILS_PORT -e fullstack
frontend: cd frontend && ember serve -p $EMBER_PORT -e fullstack
sidekiq: cd backend && bundle exec sidekiq

0 comments on commit a05ec05

Please sign in to comment.