language: ruby
rvm:
  - 2.4.2
  - 2.3.5
before_install:
  - gem install bundler -v 1.15.4
script:
  - bundle exec rubocop
  - bundle exec rspec