sudo: false language: - ruby - java rvm: - 1.9.3 - 2.0.0 - 2.1.10 - 2.2.10 - 2.3.8 - 2.4.6 - 2.5.5 - 2.6.3 - jruby-9.0.5.0 jdk: openjdk8 before_install: - gem install bundler --version '~> 1.17' script: bundle exec rspec spec notifications: recipients: - shane@emmons.io