Skip to content

Commit

Permalink
Updated ruby versions for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
iainbeeston committed Feb 1, 2017
1 parent 4d667b9 commit 2371b78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ rvm:
- "2.0"
- "2.1"
- "2.2"
- "2.3.1"
- "jruby"
- "2.3.3"
- "jruby-9.1.7.0"

sudo: false

Expand All @@ -15,10 +15,12 @@ install:
matrix:
include:
- rvm: "1.9"
gemfile: "gemfiles/Gemfile.json_v1.x"
- rvm: "2.3.1"
gemfile: "gemfiles/Gemfile.ruby_19.x"
- rvm: "jruby-1.7"
gemfile: "gemfiles/Gemfile.ruby_19.x"
- rvm: "2.3.3"
gemfile: "gemfiles/Gemfile.multi_json.x"
- rvm: "2.3.1"
- rvm: "2.3.3"
gemfile: "gemfiles/Gemfile.yajl-ruby.x"
- rvm: "2.3.1"
- rvm: "2.3.3"
gemfile: "gemfiles/Gemfile.uuidtools.x"
1 change: 1 addition & 0 deletions gemfiles/Gemfile.json_v1.x → gemfiles/Gemfile.ruby_19.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source "https://rubygems.org"
gemspec :path => "../"

gem "json", "~> 1.0"
gem "addressable", "< 2.5"

0 comments on commit 2371b78

Please sign in to comment.