language: ruby rvm: - 2.4.1 - 2.2.2 - 2.1.0 - 2.0.0 - 1.9.3 - jruby-19mode before_install: - echo YOLO install: - bundle install --with "$GEMSETS" script: - bundle exec rake spec