Skip to content

Commit

Permalink
Update travis.yml with new ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
antstorm committed Jan 4, 2016
1 parent c8b09ad commit 6a3a55c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ services: mongodb
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.2.1
- 2.1.8
- 2.2.4
- 2.3.0
# FIXME: failing native extensions
#- ruby-head
# TODO: investigate failure
Expand Down
2 changes: 1 addition & 1 deletion money-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rails", ">= 3.0"
s.add_development_dependency "rspec-rails", "~> 3.0"
s.add_development_dependency 'database_cleaner', ['>= 0.8.0', '< 1.4.0']
s.add_development_dependency 'test-unit', '~> 3.0' if RUBY_VERSION =~ /^2\.2/
s.add_development_dependency 'test-unit', '~> 3.0' if RUBY_VERSION >= '2.2'
end

0 comments on commit 6a3a55c

Please sign in to comment.