.travis.yml
---
sudo: false
language: ruby
cache: bundler
before_install:
- gem install bundler --no-document
- gem update --system
script:
- bundle exec rspec
- bundle exec rubocop
rvm:
- 2.4.0
- 2.6.0
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head