Skip to content

Commit

Permalink
Merge pull request #340 from iainbeeston/remove-ruby-18
Browse files Browse the repository at this point in the history
Removed the ruby 1.8 build from travis
  • Loading branch information
iainbeeston authored Jul 20, 2016
2 parents 2fc35df + 3912ab6 commit 7c9547b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: "ruby"

rvm:
- "1.8"
- "1.9"
- "2.0"
- "2.1"
Expand All @@ -23,5 +22,3 @@ matrix:
gemfile: "gemfiles/Gemfile.yajl-ruby.x"
- rvm: "2.3.1"
gemfile: "gemfiles/Gemfile.uuidtools.x"
allow_failures:
- rvm: "1.8"
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source "https://rubygems.org"

gemspec

gem "json", ">= 1.7", :platforms => [:mri_18, :mri_19]
gem "json", ">= 1.7", :platforms => :mri_19
2 changes: 1 addition & 1 deletion json-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.files = Dir[ "lib/**/*", "resources/*.json" ]
s.require_path = "lib"
s.extra_rdoc_files = ["README.md","LICENSE.md"]
s.required_ruby_version = ">= 1.8.7"
s.required_ruby_version = ">= 1.9"
s.license = "MIT"
s.required_rubygems_version = ">= 1.8"

Expand Down

0 comments on commit 7c9547b

Please sign in to comment.