Skip to content

Commit

Permalink
Merge pull request #27 from andrusha/look-ma-no-hands
Browse files Browse the repository at this point in the history
Enable Ruby 2 and 2.1 on Travis
  • Loading branch information
jrhe committed Oct 12, 2014
2 parents 85b92a4 + 172d171 commit c2aed6f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
source 'https://rubygems.org'

gemspec

group :test do
gem 'jazz_hands', git: 'https://github.com/jrhe/jazz_hands.git', branch: 'without_rails'
end
1 change: 0 additions & 1 deletion grape-active_model_serializers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rspec"
gem.add_development_dependency "rack-test"
gem.add_development_dependency "rake"
gem.add_development_dependency "jazz_hands"
gem.add_development_dependency 'guard-rspec'
end
4 changes: 3 additions & 1 deletion lib/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.2
- ruby-head
- rbx-19mode

env:
- JRUBY_OPTS="--1.9"
- JRUBY_OPTS="--1.9"
2 changes: 0 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
require 'rack/test'
require 'grape-active_model_serializers'

require 'jazz_hands'

RSpec.configure do |config|
config.include Rack::Test::Methods
end
Expand Down

0 comments on commit c2aed6f

Please sign in to comment.