Skip to content

Commit

Permalink
CI: Install rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Jan 3, 2019
1 parent 2c7985b commit 93b3252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
dist: xenial
language: ruby
services:
- rabbitmq
rvm:
- 2.6.0
- 2.5.3
Expand All @@ -13,6 +11,8 @@ gemfile:
- gemfiles/Gemfile.rails-5-0
- gemfiles/Gemfile.rails-4-2
- gemfiles/Gemfile.rails-master
before_install:
- sudo apt-get install -qy rabbitmq-server
script:
- bundle exec rake spec:msgr
- bundle exec rake spec:integration
Expand Down

0 comments on commit 93b3252

Please sign in to comment.