Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abandon ruby 19 #269

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Test against ruby 2.2 as well
  • Loading branch information
rumpelsepp committed May 28, 2015
commit 7b31644c4a97bf34a4376a3fb095c80fa9c96843
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: ruby
rvm:
- "2.0"
- "2.1"
- "2.2"
# - jruby-19mode # JRuby in 1.9 mode
# - rbx-2.1.1
bundler_args: --without development
Expand Down