mattbrictson/chandler

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: ruby
cache: bundler
rvm:
  - 2.3.8
  - 2.4.5
  - 2.5.3
  - 2.6.0
  - ruby-head
before_install:
  - gem install bundler --conservative --no-document -v "~> 2.0"
  - gem install executable-hooks --conservative --no-document
matrix:
  include:
    # Run Danger only once, on 2.6.0
    - rvm: 2.6.0
      script: bundle exec danger