Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Jan 3, 2019
1 parent fb3c722 commit d8278fd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dist: trusty
sudo: false
dist: xenial
language: ruby
services:
- rabbitmq
Expand All @@ -14,15 +13,17 @@ gemfile:
- gemfiles/Gemfile.rails-5-0
- gemfiles/Gemfile.rails-4-2
- gemfiles/Gemfile.rails-master
before_install:
- gem update --system
- gem install bundler
script:
- bundle exec rake spec:msgr
- bundle exec rake spec:integration
jobs:
allow_failures:
- gemfile: gemfiles/Gemfile.rails-master
exclude:
- rvm: 2.4.5
gemfile: gemfiles/Gemfile.rails-master
- rvm: 2.3.8
gemfile: gemfiles/Gemfile.rails-master
include:
- stage: Beta release
rvm: 2.6.0
Expand Down

0 comments on commit d8278fd

Please sign in to comment.