JezK
Edit File: .travis.yml
language: ruby script: "bundle exec rake spec" rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - rbx-2 - jruby-19mode - ruby-head before_install: - gem install bundler