Skip to content

Commit

Permalink
Add travis configuration for many rubies
Browse files Browse the repository at this point in the history
Gem should work with ruby >= 1.9.3
  • Loading branch information
LTe committed Mar 30, 2014
1 parent abc4855 commit 263f56d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .travis.yml
@@ -1,10 +1,18 @@
before_install:
- gem install bundler
- bundle --version

rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- rbx-19mode
- jruby-19mode
env:
- JRUBY_OPTS="--1.9"
- jruby-head
- rbx

matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
- rvm: jruby-19mode
- rvm: jruby-head
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -8,4 +8,8 @@ group :test do
gem "rack-test"
gem "rake"
gem "coveralls", require: false

platforms :rbx do
gem "iconv"
end
end

0 comments on commit 263f56d

Please sign in to comment.