language: ruby cache: bundler rvm: - 2.2 - 2.1 - 2.3.4 - ruby-head - jruby-head matrix: include: - rvm: 2.4.1 script: - bundle exec danger - rvm: 2.4.1 env: CONCURRENCY=celluloid-io - rvm: 2.4.1 env: CONCURRENCY=faye-websocket allow_failures: - rvm: ruby-head - rvm: jruby-head git: submodules: false before_install: - gem update bundler - gem update --system