Skip to content

Commit

Permalink
Merge pull request #91 from dblock/ruby-support
Browse files Browse the repository at this point in the history
Broader Ruby support.
  • Loading branch information
dblock committed Aug 15, 2015
2 parents 18a6b6f + 92f1cb0 commit 4298f9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.1
- 2.2
- rbx-2.2.10
- jruby-19mode
- ruby-head
- jruby-head

matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gem 'guard-minitest'
gem 'guard-spinach'
gem 'pry'

gem 'redcarpet'
gem 'yard', '~> 0.8'
gem 'yard-tomdoc'
gem 'simplecov', require: false
Expand Down

0 comments on commit 4298f9f

Please sign in to comment.