Skip to content

Commit

Permalink
Test only 2.1.x on master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
futhr committed Dec 13, 2014
1 parent 59b2813 commit e867be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.1
sudo: false
before_script:
- sh -e /etc/init.d/xvfb start
Expand Down
2 changes: 1 addition & 1 deletion spree_reviews.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.summary = 'Basic review and ratings facility for Spree'
s.authors = ['Paul Callaghan']
s.description = s.summary
s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.1.0'

s.homepage = 'https://github.com/spree-contrib/spree-reviews/'

Expand Down

0 comments on commit e867be3

Please sign in to comment.